Commit 50fba106b7de61c98190d0f8624ebd17c7932736
1 parent
5d97f7912f
Exists in
master
and in
1 other branch
1
Showing 3 changed files with 1 additions and 0 deletions
platform-job-index/src/main/java/com/lyms/platform/job/index/restore/data/ConvertHelper.java
View file @
50fba10
| ... | ... | @@ -568,6 +568,7 @@ |
| 568 | 568 | localPatient.setPid(patients.getPid()); |
| 569 | 569 | localPatient.setLastCheckEmployeeId(patients.getLastCheckEmployeeId()); |
| 570 | 570 | localPatient.setHospitalForeignId(patients.getHospitalId()); |
| 571 | + localPatient.setAutoFm(patients.getIsAutoFm()==null?0:1); | |
| 571 | 572 | //孕妇 |
| 572 | 573 | localPatient.setType(patients.getType()); |
| 573 | 574 | localPatient.setPublishId(0); |
platform-job-index/src/main/webapp/WEB-INF/lib/base-common-1.0-SNAPSHOT.jar
View file @
50fba10
platform-job-index/src/main/webapp/WEB-INF/lib/mainData.jar
View file @
50fba10