|
|
|
@@ -517,7 +517,7 @@ public class WxCouponServiceImpl implements WxCouponService { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
wxCoupon.setOrgInventory(oldCoupon.getOrgInventory()); |
|
|
|
wxCoupon.setOrgInventory(oldCoupon.getInventory()); |
|
|
|
wxCoupon.setOrgRemainInventory(oldCoupon.getRemainInventory()); |
|
|
|
|
|
|
|
int ret = wxCouponMapper.updateStockAndValidDate(wxCoupon); |
|
|
|
|