Commit 021b40c21be22f472c75b1cc3f7da69da7154508
1 parent
2be0ef9ae4
Exists in
master
and in
3 other branches
民生工程修改
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/LivelihoodProjectsFacade.java
View file @
021b40c
| ... | ... | @@ -1635,10 +1635,12 @@ |
| 1635 | 1635 | result.setPatientInfo(getC201Patient(patients.getSource())); |
| 1636 | 1636 | result.setPersonInfo(getC101Person(patients.getSource())); |
| 1637 | 1637 | map.put("file_id", patients.getSource()); |
| 1638 | + map.put("person_id", patients.getSource()); | |
| 1638 | 1639 | }else { |
| 1639 | 1640 | result.setPatientInfo(getC201Patient(patients.getId())); |
| 1640 | 1641 | result.setPersonInfo(getC101Person(patients.getId())); |
| 1641 | 1642 | map.put("file_id", patients.getId()); |
| 1643 | + map.put("person_id", patients.getId()); | |
| 1642 | 1644 | } |
| 1643 | 1645 | } |
| 1644 | 1646 | } |