Commit 8c90f08f2dfbdb17987d43ca3164e1ec7e9ce9ef

Authored by jiangjiazhi
1 parent 1c05143c5f

修改产检删除

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/AntexChuResult.java View file @ 8c90f08
... ... @@ -930,7 +930,7 @@
930 930 setWeight(antExChuModel.getWeight());
931 931 setYqWeight(antExChuModel.getYqWeight());
932 932 setBaricIndex(antExChuModel.getBaricIndex());
933   - setHighrisk(JsonUtil.toList(antExChuModel.getHighrisk(), List.class));
  933 +// setHighrisk(JsonUtil.toList(antExChuModel.getHighrisk(), List.class));
934 934 setBg(antExChuModel.getBg());
935 935 try {
936 936 setCestationInfo(JsonUtil.str2Obj(antExChuModel.getCestationInfo(), Map.class));