Commit 72889bb605c1a0b7b048f78b5798d5f190e6b09f
1 parent
aaccb8ab7f
Exists in
master
and in
6 other branches
bug修复
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/NewbornServiceImpl.java
View file @
72889bb
... | ... | @@ -324,7 +324,7 @@ |
324 | 324 | * 未闭合尺寸 |
325 | 325 | */ |
326 | 326 | if(StringUtils.isNotBlank(newbornVisit.getUnclosedSize()) && StringUtils.isNotBlank(newbornVisit.getUnclosedSize2())) { |
327 | - restMap.put("unclosedSize", newbornVisit.getUnclosedSize() + "cm X " + newbornVisit.getUnclosedSize2()); | |
327 | + restMap.put("unclosedSize", newbornVisit.getUnclosedSize() + "cm X " + newbornVisit.getUnclosedSize2() + "cm"); | |
328 | 328 | } |
329 | 329 | |
330 | 330 | String couponCode = couponMapper.findByUsedId(id); |