Commit 8398c7967048584fbbb440afc5c31af292883517

Authored by yangfei
1 parent 9f5d30ff57
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/result/MatdeliverFollowResult.java View file @ 8398c79
... ... @@ -214,7 +214,7 @@
214 214 ssy = bpMap.get("ssy") + "";
215 215 szy = bpMap.get("szy") + "";
216 216 }
217   - bpStr = UnitUtils.unitSplice(ssy + "/" + szy, UnitConstants.MMHG);
  217 + bpStr = UnitUtils.unitSplice( szy + "/" + ssy, UnitConstants.MMHG);
218 218 }
219 219 if (StringUtils.isNotEmpty(getGuideSuggest())) {
220 220 guideSuggestMap = JsonUtil.jkstr2Obj(getGuideSuggest(), Map.class);