Commit 8be4c0c37e552b3ee6eb46c42797fb227be9d316
1 parent
59137b7851
Exists in
master
and in
8 other branches
code update
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/StopPregnancyFacade.java
View file @
8be4c0c
| ... | ... | @@ -227,8 +227,8 @@ |
| 227 | 227 | List<Users> users = usersService.queryUsers2(usersQuery); |
| 228 | 228 | if (CollectionUtils.isNotEmpty(users)) |
| 229 | 229 | { |
| 230 | - pmap.put("inPerson",inperson); | |
| 231 | - pmap.put("personName", users.get(0) == null ? "" : users.get(0).getName()); | |
| 230 | + pmap.put("id",inperson); | |
| 231 | + pmap.put("name", users.get(0) == null ? "" : users.get(0).getName()); | |
| 232 | 232 | } |
| 233 | 233 | |
| 234 | 234 | } |