Commit c87c408cd4b7602f57876be1ba82050a48c1fb5e
1 parent
2a8115cf46
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/PatientServiceFacade.java
View file @
c87c408
... | ... | @@ -344,7 +344,7 @@ |
344 | 344 | }else if(PatientSerEnums.SerTypeEnums.bzfw.getId() == ps.getSerType()){ |
345 | 345 | PatientServiceQuery query = new PatientServiceQuery(); |
346 | 346 | query.setParentid(after.getParentid()); |
347 | - query.setSerType(PatientSerEnums.SerTypeEnums.babyjzzz.getId()); | |
347 | + query.setSerType(PatientSerEnums.SerTypeEnums.yqjzzd.getId()); | |
348 | 348 | int count = patientServiceService.queryPatientServiceCount(query); |
349 | 349 | //是否有增值服务--没有则处理标准服务 |
350 | 350 | if (count == 0) { |