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

Commit b0a755a0 authored by zhangguobing's avatar zhangguobing

~api:券商品业务-完善下单处理;

parent aff75ea1
...@@ -996,7 +996,7 @@ public class GoblinOrderServiceImpl implements IGoblinOrderService { ...@@ -996,7 +996,7 @@ public class GoblinOrderServiceImpl implements IGoblinOrderService {
mongoUtils.updateGoblinStoreOrderVo(orderId, orderVo); mongoUtils.updateGoblinStoreOrderVo(orderId, orderVo);
//mysql //mysql
queueUtils.sendMsgByRedis(MQConst.GoblinQueue.GOBLIN_ORDER_CREATE_PAY.getKey(), queueUtils.sendMsgByRedis(MQConst.GoblinQueue.GOBLIN_ORDER_CREATE_PAY.getKey(),
SqlMapping.gets(sqls, sqlDataOrder, sqlDataSku)); SqlMapping.gets(sqls, sqlDataOrder, sqlDataSku, initCandyMgtCouponObjs));
//加分 //加分
if (orderUtils.noZhengzaiOrder(uid)) { if (orderUtils.noZhengzaiOrder(uid)) {
......
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