提交 96d76f86 authored 作者: liupengfei's avatar liupengfei

--no commit message

上级 1c8b66dd
......@@ -192,8 +192,8 @@ public class FgPayServiceImpl implements FgPayService {
new Double(orderPayVo.getPayment()),
resultVo == null ? null : resultVo.getBalance(),
OrderTypeEnum.TOPUP.getCode().equals(orderPayVo.getOrderType()) ? 0 : 1, form.getPayType(),
orderPayVo.getCreaterName(),
orderPayVo.getCreater(),
orderPayVo.getCreaterId(),
form.getOut_trade_no(),
OrderTypeEnum.TOPUP.getCode().equals(orderPayVo.getOrderType()) ? 1 : 0);
return fgPayRecordManage.insertPayRecordManage(payRecordForm);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论