Commit c1ab96850edec9ed9df4fd7bb8aeba16449ba3ef
1 parent
9e80ebabc2
Exists in
master
and in
7 other branches
1
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java
View file @
c1ab968
... | ... | @@ -391,6 +391,8 @@ |
391 | 391 | if (fmDate.getTime() >= DateUtil.addDay(patients.getLastMenses(), 168).getTime()) { |
392 | 392 | patients.setFmDate(fmDate); |
393 | 393 | patients.setType(3); |
394 | + //修改buildtype为0 http://jira.healthbaby.com.cn/browse/WEB-808 | |
395 | + patients.setBuildType(0); | |
394 | 396 | patientsService.updatePatient(patients); |
395 | 397 | } |
396 | 398 | } |