|
@@ -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();
|