Commit 0724c7dcae1ce435f53501012c6acdcc26fdd58c

Authored by jiangjiazhi
1 parent 77aa5a4094

删除最后一次顿号

Showing 1 changed file with 2 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/AntExRecordWorker.java View file @ 0724c7d
... ... @@ -129,12 +129,12 @@
129 129 String fxys = "";
130 130 if (StringUtils.isNotEmpty(e.getfId())) {
131 131 String risk = null;
132   - if (e.getType() == 1) {
  132 + if (e.getType() == 2) {
133 133 AntExChuModel model = antenatalExaminationService.findOne(e.getfId());
134 134 if (null != model) {
135 135 risk = model.getOtherHighRisk();
136 136 }
137   - } else if (e.getType() == 2) {
  137 + } else if (e.getType() == 1) {
138 138 AntenatalExaminationModel model = antenatalExaminationService.findOneById(e.getfId());
139 139 if (null != model) {
140 140 risk = model.getOtherRisk();