Commit 17a6faf862f0044b49f7bfa1cb5aa01604684ec4
1 parent
d8035d3a1b
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 5 additions and 6 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
17a6faf
... | ... | @@ -1270,12 +1270,11 @@ |
1270 | 1270 | } |
1271 | 1271 | |
1272 | 1272 | System.out.println(model.toString()); |
1273 | - | |
1274 | -// String result = HospitalCouponPrintUtils.qhdCouponUse(model); | |
1275 | -// if("0".equals(result)){ | |
1276 | -// int count = couponService.updateCouponStatus(param); | |
1277 | -// System.out.println("update coupon count " + count); | |
1278 | -// } | |
1273 | + String result = HospitalCouponPrintUtils.qhdCouponUse(model); | |
1274 | + if("0".equals(result)){ | |
1275 | + int count = couponService.updateCouponStatus(param); | |
1276 | + System.out.println("update coupon count " + count); | |
1277 | + } | |
1279 | 1278 | } |
1280 | 1279 | |
1281 | 1280 | public void saveTrackCount(Date nextCheckTime,Patients patients) |