Commit 2d1566192004ab27e99f98ad1e6445fa64bd3029
1 parent
0425d46fdf
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/service/impl/BloodSugarServiceImpl.java
View file @
2d15661
... | ... | @@ -1129,7 +1129,7 @@ |
1129 | 1129 | return resp; |
1130 | 1130 | } |
1131 | 1131 | |
1132 | - int week = DateUtil.getWeek(patients.getLastMenses(), new Date()); | |
1132 | + int week = DateUtil.getWeek2(patients.getLastMenses(), new Date()); | |
1133 | 1133 | if (week < 6) { |
1134 | 1134 | resp.setErrorcode(ResponseCode.DATA_ERROR.getCode()); |
1135 | 1135 | resp.setErrormsg("小于6孕周,不能出报告"); |