Commit f44ec408 authored by hezhen's avatar hezhen

Merge branch 'hz_master' into base-modify

parents 687a073f 8f45d57c
...@@ -131,7 +131,7 @@ public class OrderPayBiz extends BaseBiz<OrderPayMapper, OrderPay> { ...@@ -131,7 +131,7 @@ public class OrderPayBiz extends BaseBiz<OrderPayMapper, OrderPay> {
log.error("---下单---order_no=====" + order_no + "----异常---msg===" + e.getMessage()); log.error("---下单---order_no=====" + order_no + "----异常---msg===" + e.getMessage());
return JsonResultUtil.createFailedResult(ResultCode.EXCEPTION_CODE, "出现异常"); return JsonResultUtil.createFailedResult(ResultCode.EXCEPTION_CODE, "出现异常");
} }
if (payWay == 1) { if (payWay == 1&&type!=3) {
JSONObject temp = JSON.parseObject(jsParam); JSONObject temp = JSON.parseObject(jsParam);
return JsonResultUtil.createSuccessResultWithObj(temp); return JsonResultUtil.createSuccessResultWithObj(temp);
} else { } else {
......
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