Commit a9697bc83a157d203f92fb46aa05a2eacb136612
1 parent
0043e034eb
Exists in
master
and in
6 other branches
服务
Showing 1 changed file with 5 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientServiceFacade.java
View file @
a9697bc
| ... | ... | @@ -384,6 +384,11 @@ |
| 384 | 384 | |
| 385 | 385 | public void setServiceRecordAdd(PatientService pser, Patients patients) |
| 386 | 386 | { |
| 387 | + | |
| 388 | + if (pser.getPerType() != null && pser.getPerType() == 2) {//儿童 | |
| 389 | + return; | |
| 390 | + } | |
| 391 | + | |
| 387 | 392 | Date lastMenses = patients.getLastMenses(); |
| 388 | 393 | Integer serviceWeek = pser.getServiceWeek(); |
| 389 | 394 | Integer doctorService = pser.getDoctorWeek(); |