Commit cce916556447d0789c54739347facc382fb4f977
1 parent
8acc2bf535
Exists in
master
and in
1 other branch
威海分娩记录导出修改
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/MatDeliverController.java
View file @
cce9165
... | ... | @@ -313,7 +313,7 @@ |
313 | 313 | map.put("dueDate",queryModel.getDueDate()); |
314 | 314 | map.put("fmTime",queryModel.getFmTime()); |
315 | 315 | if(StringUtils.isNotEmpty(queryModel.getBhnum())){ |
316 | - map.put("zyNo"," 00009"); | |
316 | + map.put("zyNo",""+queryModel.getBhnum()); | |
317 | 317 | }else { |
318 | 318 | map.put("zyNo", "-"); |
319 | 319 | } |