Commit a5d3c8c7941d26a725ddb90fbd79af23ce96c31e
1 parent
2237c945ad
Exists in
master
and in
6 other branches
bug修复
Showing 1 changed file with 2 additions and 2 deletions
platform-biz-patient-service/src/main/java/com/lyms/platform/biz/service/PatientsService.java
View file @
a5d3c8c
... | ... | @@ -267,7 +267,7 @@ |
267 | 267 | remoteService.invalidCoupon(patients.getPid(), "2", RemoteUrlEnum.INVALID_COUPON_URL); |
268 | 268 | |
269 | 269 | //作废产检劵 |
270 | - /* patientCheckTicketService.cancelCheckTicket(patients.getHospitalId(), patients.getId()); | |
270 | + /* patientCheckTicketService.cancelCheckTicket(patients.getHospitalId(), patients.getId());*/ | |
271 | 271 | PersonModelQuery personYunModelQuery = new PersonModelQuery(); |
272 | 272 | personYunModelQuery.setYn(YnEnums.YES.getId()); |
273 | 273 | personYunModelQuery.setId(patients.getPid()); |
... | ... | @@ -276,7 +276,7 @@ |
276 | 276 | PersonModel pm = list.get(0); |
277 | 277 | pm.setType(3);//基本信息更新成产妇 |
278 | 278 | personService.updatePerson(pm, pm.getId()); |
279 | - }*/ | |
279 | + } | |
280 | 280 | } |
281 | 281 | } |
282 | 282 |