DESKTOP-VAEGFGM\zqc 3 달 전
부모
커밋
a6f6dc674e

+ 6 - 0
citu-module-infra/citu-module-infra-biz/pom.xml

@@ -156,6 +156,12 @@
             <groupId>org.apache.tika</groupId>
             <artifactId>tika-core</artifactId> <!-- 文件客户端:文件类型的识别 -->
         </dependency>
+        <dependency>
+            <groupId>com.citu</groupId>
+            <artifactId>menduner-system-api</artifactId>
+            <version>2.4.0-SNAPSHOT</version>
+            <scope>compile</scope>
+        </dependency>
 
     </dependencies>
     <build>

+ 1 - 5
citu-module-infra/citu-module-infra-biz/src/main/java/com/citu/module/infra/service/logger/ApiAccessLogServiceImpl.java

@@ -95,11 +95,7 @@ public class ApiAccessLogServiceImpl implements ApiAccessLogService {
                 }
             }
         });
-
-
-
-
-
+        bean.getList().forEach(item->item.setUserNickName(userTypeMap.get(item.getUserType().toString()).get(item.getUserId())));
         return bean;
     }