提交 adb3b74e authored 作者: luojie's avatar luojie

修复paypal支付flutterwave支付不能修改优惠券状态

上级 590c8d8c
package com.diaoyun.zion.chinafrica.api;
public class Test {
}
......@@ -543,7 +543,7 @@ public class TbCfOrderServiceImpl implements TbCfOrderService {
*/
private void couponUse(String userId, String couponId) {
// 更新领取记录已领取
int res = tbCfTakeCouponDao.updateEnableFlag(userId, couponId, StateConstant.INVALID);
int res = tbCfToiCouponDao.updateEnableFlag(userId, couponId, StateConstant.INVALID);
if (res < 1) {
logger.error("消费了优惠券,但是在数据表里没有记录!userId:" + userId + ";couponId:" + couponId);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论