|
@@ -102,7 +102,6 @@ public class HisWjwMatchService {
|
|
|
}
|
|
|
|
|
|
public String executeMatchAction(HisWjwMatchEntity entity) {
|
|
|
- log.info("【操作员:{}】匹配卫健委/国临字典:{}", TokenUtil.getTokenUserId(), JSONObject.toJSONString(entity));
|
|
|
if (entity.getLabel().equals("surgery_chargeCode")) {
|
|
|
if (null != entity.getChargeCode()) {
|
|
|
StringBuilder codeBuilder = new StringBuilder();
|
|
@@ -123,6 +122,7 @@ public class HisWjwMatchService {
|
|
|
dao.updateDateAndOper(entity.getCode(), TokenUtil.getTokenUserId());
|
|
|
}
|
|
|
dao.executeMatchAction(entity);
|
|
|
+ log.info("【操作员:{}】匹配卫健委/国临字典:{}", TokenUtil.getTokenUserId(), JSONObject.toJSONString(entity));
|
|
|
return StringUtil.isBlank(entity.getWjwCode()) ? "撤销匹配成功" : "匹配成功";
|
|
|
}
|
|
|
|