Commit 99ed382c authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/c2c' into develop

parents 23627068 a7dd5665
...@@ -168,7 +168,7 @@ class OrderController extends BaseController ...@@ -168,7 +168,7 @@ class OrderController extends BaseController
if (false == $latest_model) { if (false == $latest_model) {
$msg = '订单不存在'; $msg = '订单不存在';
$code = -1; $code = -1;
$data = null; $step = 0;
goto doEnd; goto doEnd;
} }
......
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