|
@@ -90,7 +90,8 @@ public class VideoOrderJob {
|
|
|
// 设置商品详情
|
|
|
goods.setGoodsInfo(JSONUtil.parseObj(goodsInfoVo));
|
|
|
|
|
|
- ResultContent creat = getOrderService2().creat(getParameter().get());
|
|
|
+ log.info("请求参数:{}",JSONUtil.toJsonStr(orderParamModel));
|
|
|
+ ResultContent creat = getOrderService2().creat(orderParamModel);
|
|
|
getResultContent().set(creat);
|
|
|
return RepeatStatus.FINISHED;
|
|
|
|