Commit f8b9365ca8a41a94411f668ebbd4579f85f7cd16
1 parent
75ddf3c928
Exists in
master
and in
6 other branches
新筛修改
Showing 1 changed file with 5 additions and 1 deletions
platform-dal/src/main/java/com/lyms/platform/pojo/BabySieveModel.java
View file @
f8b9365
... | ... | @@ -337,7 +337,11 @@ |
337 | 337 | /*if(sex != null){ |
338 | 338 | map.put("sex",String.valueOf(sex)); |
339 | 339 | }*/ |
340 | - map.put("diseaseSieve",diseaseSieve); | |
340 | + if("yes".equals(diseaseSieve)){ | |
341 | + map.put("diseaseSieve","是"); | |
342 | + }else if("no".equals(diseaseSieve)){ | |
343 | + map.put("diseaseSieve","否"); | |
344 | + } | |
341 | 345 | map.put("sendCheckHospitalId",sendCheckHospitalId); |
342 | 346 | map.put("babyId",babyId); |
343 | 347 | map.put("matdeliverId",matdeliverId); |