Commit e31c8e626d4e8225477a5bbc4a445ec7ce57fc11
1 parent
192e64d112
Exists in
master
and in
6 other branches
儿童快捷测量bug
Showing 1 changed file with 4 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MeasureInfoFacade.java
View file @
e31c8e6
... | ... | @@ -1460,6 +1460,10 @@ |
1460 | 1460 | bookbuildingAddRequest.setBabyBirthday(DateUtil.getyyyy_MM_dd(buildModel.getBabyBirthday())); |
1461 | 1461 | bookbuildingAddRequest.setVcCardNo(buildModel.getVcCardNo()); |
1462 | 1462 | bookbuildingAddRequest.setHospitalId(hospitalId); |
1463 | + bookbuildingAddRequest.setBuildDate(DateUtil.getyyyy_MM_dd(new Date())); | |
1464 | + bookbuildingAddRequest.setBuildDoctor(String.valueOf(userId)); | |
1465 | + bookbuildingAddRequest.setMommyBirthday( | |
1466 | + DateUtil.getyyyy_MM_dd(com.lyms.platform.common.utils.StringUtils.getBirthDay(buildModel.getMommyCertificateNum()))); | |
1463 | 1467 | BaseObjectResponse response = babyBookbuildingFacade.addBabyBookbuilding(bookbuildingAddRequest, userId); |
1464 | 1468 | if (response.getErrorcode() != 0) { |
1465 | 1469 | return br.setErrormsg("建档不成功!"); |