Commit ca3b3a07368e228f351d9e282bda366b1e8f6545
1 parent
6f8f5a6551
Exists in
master
and in
6 other branches
改逻辑
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java
View file @
ca3b3a0
... | ... | @@ -270,7 +270,7 @@ |
270 | 270 | map.put("nowWeight", patientWeight.getNowWeight() + " 公斤"); |
271 | 271 | String pregnancy = DateUtil.getWeekDesc(patients.getLastMenses(), new Date()); |
272 | 272 | if(StringUtils.isNotEmpty(pregnancy) && pregnancy.endsWith("0天")) { |
273 | - pregnancy.replaceAll("\\+0天", ""); | |
273 | + pregnancy.replaceAll("/+0天", ""); | |
274 | 274 | } |
275 | 275 | map.put("pregnancy", pregnancy); |
276 | 276 | if(week != null) { |