Commit 5d76fcb33cf7b82578b22dcea9bed144173529ca
1 parent
87a99bcc4d
Exists in
master
and in
8 other branches
code update
Showing 2 changed files with 6 additions and 6 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java
View file @
5d76fcb
... | ... | @@ -683,14 +683,14 @@ |
683 | 683 | patient.setPworkUnit(yunRequest.getPregnantWorkUnit()); |
684 | 684 | patient.setPlevelTypeId(yunRequest.getPregnantLevelTypeId()); |
685 | 685 | |
686 | - //孕妇户籍地址 | |
686 | + //孕妇居住地 | |
687 | 687 | patient.setAddressRegister(yunRequest.getPregnantCensusAddr()); |
688 | 688 | patient.setProvinceRegisterId(yunRequest.getPregnantCensusProvinceId()); |
689 | 689 | patient.setCityRegisterId(yunRequest.getPregnantCensusCityId()); |
690 | 690 | patient.setAreaRegisterId(yunRequest.getPregnantCensusAreaId()); |
691 | 691 | patient.setStreetRegisterId(yunRequest.getPregnantCensusStreetId()); |
692 | 692 | |
693 | - //孕妇居住地 | |
693 | + //孕妇户籍地址 | |
694 | 694 | patient.setAddress(yunRequest.getPregnantLiveAddr()); |
695 | 695 | patient.setProvinceId(yunRequest.getPregnantLiveProvinceId()); |
696 | 696 | patient.setCityId(yunRequest.getPregnantLiveCityId()); |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/YunBookbuildingAddRequest.java
View file @
5d76fcb
... | ... | @@ -48,15 +48,15 @@ |
48 | 48 | private String pregnantPhone; |
49 | 49 | //工作单位 |
50 | 50 | private String pregnantWorkUnit; |
51 | - //户籍地址 | |
51 | + //居住地 | |
52 | 52 | private String pregnantCensusAddr; |
53 | 53 | private String pregnantCensusProvinceId; |
54 | 54 | private String pregnantCensusCityId; |
55 | 55 | private String pregnantCensusAreaId; |
56 | 56 | private String pregnantCensusStreetId; |
57 | - | |
58 | - | |
59 | - //居住地 | |
57 | + | |
58 | + | |
59 | + //户籍地址 | |
60 | 60 | private String pregnantLiveAddr; |
61 | 61 | private String pregnantLiveProvinceId; |
62 | 62 | private String pregnantLiveCityId; |