瀏覽代碼

[库存][修改]:原始库存添加

release_toaliyun_real
Stormeye Wu 7 年之前
父節點
當前提交
a626b20be9
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java 查看文件

@@ -517,7 +517,7 @@ public class WxCouponServiceImpl implements WxCouponService {
} }
} }


wxCoupon.setOrgInventory(oldCoupon.getOrgInventory());
wxCoupon.setOrgInventory(oldCoupon.getInventory());
wxCoupon.setOrgRemainInventory(oldCoupon.getRemainInventory()); wxCoupon.setOrgRemainInventory(oldCoupon.getRemainInventory());


int ret = wxCouponMapper.updateStockAndValidDate(wxCoupon); int ret = wxCouponMapper.updateStockAndValidDate(wxCoupon);


Loading…
取消
儲存