Commit d078be553988e88fbae4da8ff312e0d93536b765
1 parent
b398c040b0
Exists in
master
and in
6 other branches
增加字段
Showing 1 changed file with 4 additions and 4 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
d078be5
... | ... | @@ -2149,7 +2149,7 @@ |
2149 | 2149 | for(AntenatalExaminationModel model:examinationModelList){ |
2150 | 2150 | String zybd=model.getZyqbd(); |
2151 | 2151 | String ntjc= model.getNtjc(); |
2152 | - String cqsc= model.getCqsc(); | |
2152 | + String cqsc= model.getCjsc(); | |
2153 | 2153 | String text= model.getText(); |
2154 | 2154 | String s75god= model.getS75god(); |
2155 | 2155 | String jzxgn= model.getJzxgn(); |
... | ... | @@ -2157,7 +2157,7 @@ |
2157 | 2157 | StringUtils.isNotEmpty(text)||StringUtils.isNotEmpty(s75god)||StringUtils.isNotEmpty(jzxgn)){ |
2158 | 2158 | m.put("zybd",zybd); |
2159 | 2159 | m.put("ntjc",ntjc); |
2160 | - m.put("cqsc",cqsc); | |
2160 | + m.put("cjsc",cqsc); | |
2161 | 2161 | m.put("text",text); |
2162 | 2162 | m.put("s75god",s75god); |
2163 | 2163 | m.put("jzxgn",jzxgn); |
... | ... | @@ -2174,7 +2174,7 @@ |
2174 | 2174 | for(AntExChuModel chu:chuModelList){ |
2175 | 2175 | String zybd=chu.getZyqbd(); |
2176 | 2176 | String ntjc= chu.getNtjc(); |
2177 | - String cqsc= chu.getCqsc(); | |
2177 | + String cqsc= chu.getCjsc(); | |
2178 | 2178 | String text= chu.getText(); |
2179 | 2179 | String s75god= chu.getS75god(); |
2180 | 2180 | String jzxgn= chu.getJzxgn(); |
... | ... | @@ -2182,7 +2182,7 @@ |
2182 | 2182 | StringUtils.isNotEmpty(text)||StringUtils.isNotEmpty(s75god)||StringUtils.isNotEmpty(jzxgn)){ |
2183 | 2183 | m.put("zybd",zybd); |
2184 | 2184 | m.put("ntjc",ntjc); |
2185 | - m.put("cqsc",cqsc); | |
2185 | + m.put("cjsc",cqsc); | |
2186 | 2186 | m.put("text",text); |
2187 | 2187 | m.put("s75god",s75god); |
2188 | 2188 | m.put("jzxgn",jzxgn); |