|
|
@@ -867,7 +867,7 @@ public class MedicalViewApiController {
|
|
|
return resultMap;
|
|
|
}
|
|
|
try {
|
|
|
- mzyReqrecService.covidManageForHaici(patientId,unitCode);
|
|
|
+ //mzyReqrecService.covidManageForHaici(patientId,unitCode);
|
|
|
resultMap.put("code", 0);
|
|
|
resultMap.put("message", "当前病人已经通过流调");
|
|
|
return resultMap;
|