记得上下班打卡 | git大法好,push需谨慎

Commit 525eea9a authored by jiangxiulong's avatar jiangxiulong Committed by 张国柄

支付成功回调增加销量

parent 99795253
......@@ -603,6 +603,9 @@ public class GoblinNftOrderServiceImpl implements IGoblinNftOrderService {
artworkGenDto.setSource(1);
queueUtils.sendMsgByRedis(MQConst.GoblinQueue.BIZ_ARTWORK_GEN.getKey(), artworkGenDto.toJson());
// 增加销量
goblinRedisUtils.incrSkuSaleCount(orderVo.getSpuId(), orderVo.getSkuId(), orderVo.getNum());
// 加积分
goblinOrderUtils.doTask(uid, orderVo.getPriceActual());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment