Commit 547ed3717dd1d9df19156f2510232954aafc0098
1 parent
c7caa5fd61
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java
View file @
547ed37
... | ... | @@ -1571,7 +1571,8 @@ |
1571 | 1571 | map1.put("name", users.getName()); |
1572 | 1572 | } |
1573 | 1573 | } catch (NumberFormatException e) { |
1574 | - map.put("id", "-1"); | |
1574 | + map1 = new HashMap <>(); | |
1575 | + map1.put("id", "-1"); | |
1575 | 1576 | map1.put("name", deliverModel.getGcdfDoctorId()); |
1576 | 1577 | } |
1577 | 1578 | maternalDeliverResult.setGcdfDoctorId(map1); |