Commit a085cb40bc3e8bf335f6903e01273c48d1743a88

Authored by zhangchao
1 parent 79c3cb105b
Exists in dev

#fix:针对大同优化自动诊断功能(年龄type做处理)

Showing 1 changed file with 5 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java View file @ a085cb4
... ... @@ -5135,6 +5135,11 @@
5135 5135 }
5136 5136 }
5137 5137 }
  5138 +
  5139 + if("2100002419".equals(hospitalId)){
  5140 + type=0;
  5141 + }
  5142 +
5138 5143 Map <Integer, List <DiagnoseItemModel>> mapItems = getRiskConfig(configModels);
5139 5144 if (mapItems != null && mapItems.size() > 0) {
5140 5145 if (isEnableItem(status, DiagnoseEnums.DiagnoseItemEnums.age.getId()) && type == 0) {