浏览代码

简易门诊不剔除没有医生的排班

hurugang 2 年之前
父节点
当前提交
be64704c06
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/main/java/cn/hnthyy/thmz/controller/api/MedicalViewApiController.java

+ 2 - 1
src/main/java/cn/hnthyy/thmz/controller/api/MedicalViewApiController.java

@@ -1728,7 +1728,8 @@ public class MedicalViewApiController {
                 map.put("fee", fee);
                 map.remove("checkFee");
                 String doctorCode = (String) map.get("doctorCode");
-                if (StringUtils.isBlank(doctorCode)) {
+                //核酸需要简易门诊
+                if (StringUtils.isBlank(doctorCode) && !Constants.JY_EXEC_CODE.equals(unitCode)) {
                     removeList.add(map);
                     continue;
                 }