Commit 44fcb7d8aefc67e9605d20dde8f989ab7860212c
1 parent
097ecb7c53
Exists in
master
and in
1 other branch
妇女建档管理返回ID
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ResidentsArchiveFacade.java
View file @
44fcb7d
... | ... | @@ -430,6 +430,7 @@ |
430 | 430 | if (CollectionUtils.isNotEmpty(modelList)){ |
431 | 431 | for (ResidentsArchiveModel model : modelList){ |
432 | 432 | Map<String,Object> map = new HashMap<>(); |
433 | + map.put("id",model.getId()); | |
433 | 434 | map.put("username",model.getUsername()); |
434 | 435 | map.put("certificateNum",model.getCertificateNum()); |
435 | 436 | map.put("age",model.getAge()); |