Commit c970abd181134d1e2547ab32cb086aa2236bb0c0
1 parent
54aafedc16
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/facade/DiagnosisFacaed.java
View file @
c970abd
... | ... | @@ -93,7 +93,7 @@ |
93 | 93 | } |
94 | 94 | if (null != pat.getLastMenses()) { |
95 | 95 | int days = DateUtil.daysBetween(pat.getLastMenses(), new Date()); |
96 | - if(77 < days){ | |
96 | + if(77 > days){ | |
97 | 97 | return new BaseResponse().setErrorcode(ErrorCodeConstants.NO_DATA).setErrormsg("您怀孕未满11周,不能进行产前诊断申请"); |
98 | 98 | } |
99 | 99 | } |