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

Commit 0a98d5e4 authored by 胡佳晨's avatar 胡佳晨

提交 测试

parent 6221ffb1
......@@ -20,7 +20,7 @@ public class GoblinPayInnerResultVo implements Serializable, Cloneable {
private BigDecimal price;
private Object payData;
private String msg;
private List<String> orderIdList;
private List<String> orderCodeList;
public String getMsg() {
return msg == null ? "" : msg;
......
......@@ -154,7 +154,7 @@ public class GoblinOrderServiceImpl implements IGoblinOrderService {
// throw new Exception("参数异常");
}
ResponseDto<GoblinPayInnerResultVo> data = payOrder(preParam, orderSqlParams, uid);
data.getData().setOrderIdList(orderCodeList);
data.getData().setOrderCodeList(orderCodeList);
log.info(UserPathDto.setData("下单(唤起支付)", param, data));
return data;
} catch (Exception e) {
......
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