|
|
|
@@ -241,6 +241,7 @@ public class WxFlowServiceImpl implements WxFlowService { |
|
|
|
if(EnumRentContractAppStatus.FINISH.getCode().intValue() == applyStatus.intValue()) { |
|
|
|
//作废 |
|
|
|
wxCoupon.setStatus(EnumCouponStatus.COUPON_STATUS_TAKE_OFFF.getCode()); |
|
|
|
wxCouponService.saveOrUpdate(wxCoupon); |
|
|
|
} |
|
|
|
} |
|
|
|
wxCoupon.setApprovalType(operateType); |
|
|
|
|