Commit d2c200b48479c68ab5e4fdcde2aec45950872b01
1 parent
9bbf234454
Exists in
master
and in
1 other branch
update code
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/CouponPrintController.java
View file @
d2c200b
| ... | ... | @@ -263,8 +263,8 @@ |
| 263 | 263 | |
| 264 | 264 | } |
| 265 | 265 | System.out.println(model.toString()); |
| 266 | - String result = HospitalCouponPrintUtils.qhdCouponUse(model); | |
| 267 | - //String result= "0"; | |
| 266 | + //String result = HospitalCouponPrintUtils.qhdCouponUse(model); | |
| 267 | + String result= "0"; | |
| 268 | 268 | System.out.print(result); |
| 269 | 269 | if("0".equals(result)){ |
| 270 | 270 | int count = couponService.updateCouponStatus(param); |