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

Commit e8a1aab2 authored by wangyifan's avatar wangyifan

sql缺参修复

parent 9a5edb2e
......@@ -292,7 +292,7 @@ public class GoblinRechargeWristbandServiceImpl extends ServiceImpl<GoblinRechar
sqls.add(SqlMapping.get("goblin_bracelet_order_update_refund"));
LinkedList<Object[]> sqlDataOrder = CollectionUtil.linkedListObjectArr();
sqlDataOrder.add(new Object[]{
orderVo.getStatus(), orderVo.getRefundStatus(), orderVo.getRefundStatusNote(), LocalDateTime.now()
orderVo.getStatus(), orderVo.getRefundStatus(), orderVo.getRefundStatusNote(), LocalDateTime.now(), orderId
});
queueUtils.sendMsgByRedis(
MQConst.GoblinQueue.GOBLIN_NFT_ORDER.getKey(),
......
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