Browse Source

匹配日志添加操作员

lighter 2 năm trước cách đây
mục cha
commit
b5055dacad

+ 1 - 1
src/main/java/thyyxxk/webserver/service/dictionary/HisWjwMatchService.java

@@ -102,7 +102,7 @@ public class HisWjwMatchService {
     }
 
     public String executeMatchAction(HisWjwMatchEntity entity) {
-        log.info("匹配卫健委/国临字典:{}", JSONObject.toJSONString(entity));
+        log.info("【操作员:{}】匹配卫健委/国临字典:{}", TokenUtil.getTokenUserId(), JSONObject.toJSONString(entity));
         if (entity.getLabel().equals("surgery_chargeCode")) {
             if (null != entity.getChargeCode()) {
                 StringBuilder codeBuilder = new StringBuilder();