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

Commit a1786bf5 authored by zhengfuxin's avatar zhengfuxin

修改退款bug

parent f0f17f8a
......@@ -770,7 +770,7 @@ public class DragonOrderRefundsServiceImpl implements IDragonOrderRefundsService
);
mqHandleUtil.sendMySqlRedis(
SqlMapping.get("dragon_order_refund_success.update"),
new Object[]{nowTime, notifyMap.get("traceTime"), DragonConstant.RefundStatusEnum.STATUS_REFUNDED.getCode(), orderId},
new Object[]{nowTime, nowTime, DragonConstant.RefundStatusEnum.STATUS_REFUNDED.getCode(), orderId},
DragonConstant.MysqlRedisQueueEnum.DRAGON_REFUND_KEY.getCode()
);
}
......
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