瀏覽代碼

[卡转赠][修改][查询状态]

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

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

@@ -742,6 +742,7 @@ public class WxCouponOrderServiceImpl implements WxCouponOrderService {
} }
//更新卡拥有者 //更新卡拥有者
try { try {
record.setCUserId(null);
wxCouponOrderMapper.updateByPrimaryKeySelective(record); wxCouponOrderMapper.updateByPrimaryKeySelective(record);
} catch (Exception e) { } catch (Exception e) {
logger.info("更新卡拥有者信息失败"); logger.info("更新卡拥有者信息失败");


Loading…
取消
儲存