LIJU 2 mesiacov pred
rodič
commit
41c1e2065d

+ 3 - 0
src/main/java/cn/hnthyy/thmz/controller/mz/MzPharmacyController.java

@@ -1694,11 +1694,14 @@ public class MzPharmacyController {
             
             log.info("查询追溯码 {} 的结果: {}", drugTracCodg, barCodeList);
             
+            // 屏蔽追溯码不存在的检查逻辑
+            /*
             if (barCodeList == null || barCodeList.isEmpty()) {
                 resultMap.put("code", -1);
                 resultMap.put("message", "追溯码不存在,请检查");
                 return resultMap;
             }
+            */
             
             // 2. 验证药品编码是否匹配
             boolean foundMatchingChargeCode = false;