Commit e0dc4ecc authored by unset's avatar unset

添加订单商品信息

parent 8d678437
......@@ -139,12 +139,7 @@ public class OrderPayBiz extends BaseBiz<OrderPayMapper, OrderPay> {
log.error("---下单---order_no=====" + order_no + "----异常---msg===" + e.getMessage());
return JsonResultUtil.createFailedResult(ResultCode.EXCEPTION_CODE, "出现异常");
}
if (payWay == 1) {
JSONObject temp = JSON.parseObject(jsParam);
return JsonResultUtil.createSuccessResultWithObj(temp);
} else {
return JsonResultUtil.createSuccessResultWithObj(jsParam);
}
return JsonResultUtil.createSuccessResultWithObj(jsParam);
} else {
return JsonResultUtil.createDefaultFail();
}
......
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