Commit a7dd5665 authored by shajiaiming's avatar shajiaiming

fix

parent 7ba5c1c5
...@@ -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