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

Commit 1f17f0e2 authored by 姜秀龙's avatar 姜秀龙

离线支付-迈之 Dgoid to HfSeqId

parent af7d28fc
...@@ -281,7 +281,7 @@ public class GoblinBraceletOrderServiceImpl extends ServiceImpl<GoblinBraceletOr ...@@ -281,7 +281,7 @@ public class GoblinBraceletOrderServiceImpl extends ServiceImpl<GoblinBraceletOr
MaiZhiAllVo.OrderParam orderParam = MaiZhiAllVo.OrderParam.getNew(); MaiZhiAllVo.OrderParam orderParam = MaiZhiAllVo.OrderParam.getNew();
orderParam.setOperationNo("2"); orderParam.setOperationNo("2");
orderParam.setOut_trade_no(orderVo.getPartyOrderId()); orderParam.setOut_trade_no(orderVo.getPartyOrderId());
orderParam.setDgoid(orderVo.getOutTransId()); orderParam.setDgoid(orderVo.getHfSeqId());
orderParam.setReceipt_amount(orderVo.getPriceTotal()); orderParam.setReceipt_amount(orderVo.getPriceTotal());
orderParam.setTotal(1); orderParam.setTotal(1);
orderParam.setPayTime(orderVo.getEndTime()); orderParam.setPayTime(orderVo.getEndTime());
......
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