Browse Source

发热门诊无需调查

hurugang 4 years ago
parent
commit
352d4c96e3

+ 1 - 1
src/main/java/cn/hnthyy/thmz/service/impl/his/MzyReqrecServiceImpl.java

@@ -88,7 +88,7 @@ public class MzyReqrecServiceImpl implements MzyReqrecService {
     @Autowired
     @Autowired
     private HaiCiAdapterService haiCiAdapterService;
     private HaiCiAdapterService haiCiAdapterService;
     //无需新冠调查的科室
     //无需新冠调查的科室
-    private List notCovid=Arrays.asList("1040200","1040000","1040100","1070000");
+    private List notCovid=Arrays.asList("1040200","1040000","1040100","1070000","1260000");
     @Value("${lxbdcwjUrl}")
     @Value("${lxbdcwjUrl}")
     private String lxbdcwjUrl;
     private String lxbdcwjUrl;