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

Commit af7d28fc authored by 姜秀龙's avatar 姜秀龙

离线支付-迈之 setOrderIdByFoutTradeNo

parent 450cd8b3
...@@ -139,6 +139,7 @@ public class GoblinRechargeWristbandServiceImpl extends ServiceImpl<GoblinRechar ...@@ -139,6 +139,7 @@ public class GoblinRechargeWristbandServiceImpl extends ServiceImpl<GoblinRechar
GoblinBraceletOrderVo orderVo = goblinRedisUtils.getBraceletOrderVo(orderId); GoblinBraceletOrderVo orderVo = goblinRedisUtils.getBraceletOrderVo(orderId);
orderVo.setFoutTradeNo(foutTradeNo); orderVo.setFoutTradeNo(foutTradeNo);
goblinRedisUtils.setBraceletOrderVo(orderVo); goblinRedisUtils.setBraceletOrderVo(orderVo);
goblinRedisUtils.setOrderIdByFoutTradeNo(foutTradeNo, orderId);
LinkedList<String> sqls = CollectionUtil.linkedListString(); LinkedList<String> sqls = CollectionUtil.linkedListString();
sqls.add(SqlMapping.get("goblin_bracelet_order_update_fout_trade_no")); sqls.add(SqlMapping.get("goblin_bracelet_order_update_fout_trade_no"));
......
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