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

Commit 4ee144dc authored by 胡佳晨's avatar 胡佳晨

修改 order

parent 919061b5
......@@ -437,7 +437,7 @@ public class DragonOrderRefundsServiceImpl implements IDragonOrderRefundsService
mqHandleUtil.sendMySqlRedis(
SqlMapping.get("dragon_order_refund_log.insert"),
new Object[]{response.getOutRequestNo(), "ALIPAY", jsonStr, nowTime, nowTime},
new Object[]{callBackDto.getOutBizNo(), "ALIPAY", jsonStr, nowTime, nowTime},
DragonConstant.MysqlRedisQueueEnum.DRAGON_REFUND_KEY.getCode()
);
log.debug("SEND MQ INSERT");
......
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