Commit 3f28b4f9623b6a9e48df04c65c714da51e1e9cdf
1 parent
844ca65411
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 4 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/BabyBuildController.java
View file @
3f28b4f
| ... | ... | @@ -288,7 +288,7 @@ |
| 288 | 288 | request.setBcardNo(bcardNo); |
| 289 | 289 | request.setMcardNo(mcardNo); |
| 290 | 290 | request.setMphone(mphone); |
| 291 | - try { | |
| 291 | + //儿童管理页面月龄条件查询36:3岁 37:4岁 38:5岁 39:6岁 40:>6岁 | |
| 292 | 292 | switch (startMonthAge){ |
| 293 | 293 | case 36: |
| 294 | 294 | request.setMonthAgeStart(startMonthAge); |
| ... | ... | @@ -327,9 +327,6 @@ |
| 327 | 327 | default: |
| 328 | 328 | request.setMonthAgeEnd(endMonthAge); |
| 329 | 329 | } |
| 330 | - } catch (Exception e) { | |
| 331 | - request.setMonthAgeStart(null); | |
| 332 | - } | |
| 333 | 330 | |
| 334 | 331 | request.setBirth(birth); |
| 335 | 332 | request.setNextDate(nextDate); |