...
This commit is contained in:
parent
bf9c4549c1
commit
ce8c2a854c
@ -516,7 +516,7 @@ class ShopController extends BaseAuthedController
|
|||||||
}
|
}
|
||||||
|
|
||||||
$order = SqlHelper::selectOne($conn, 't_web2_order', array('address', 'id', 'item_id', 'goods_num', 'status'), array('order_id' => $order_id, 'status' => 0));
|
$order = SqlHelper::selectOne($conn, 't_web2_order', array('address', 'id', 'item_id', 'goods_num', 'status'), array('order_id' => $order_id, 'status' => 0));
|
||||||
error_log('process order '. json_encode($order));
|
error_log('process order ' . json_encode($order));
|
||||||
if (!$order) {
|
if (!$order) {
|
||||||
$this->_rspErr(3, "order not found, order_id: {$order_id}");
|
$this->_rspErr(3, "order not found, order_id: {$order_id}");
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user