Commit bdf62fbf040b19cfdd51111d524931a65887d57e
1 parent
de5b866ed6
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java
View file @
bdf62fb
... | ... | @@ -1846,7 +1846,7 @@ |
1846 | 1846 | bregma = "未闭合"; |
1847 | 1847 | String one = map.get("wbhcc1") == null ? "" : map.get("wbhcc1").toString(); |
1848 | 1848 | String two = map.get("wbhcc2") == null ? "" : map.get("wbhcc2").toString(); |
1849 | - bregmaValue=one+"cm - "+two +"cm"; | |
1849 | + bregmaValue=one+"cm x "+two +"cm"; | |
1850 | 1850 | } |
1851 | 1851 | } |
1852 | 1852 | model.setBregma(bregma); |