Commit 5e950be29a57894da0a6eb802d33c1c6ec369423

Authored by gengxiaokai
1 parent cce9165564
Exists in master and in 1 other branch dev

威海分娩记录导出修改

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 @ 5e950be
... ... @@ -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",""+queryModel.getBhnum());
  316 + map.put("zyNo"," "+queryModel.getBhnum());
317 317 }else {
318 318 map.put("zyNo", "-");
319 319 }