【类 型】:test
【原 因】: 【过 程】: 【影 响】:
This commit is contained in:
parent
907607dac1
commit
ceb1aadbd8
@ -184,7 +184,7 @@ class CheckController extends PublicController
|
|||||||
$where['order_sn'] = $_REQUEST['order_sn'];
|
$where['order_sn'] = $_REQUEST['order_sn'];
|
||||||
$where['shop_id'] = $_REQUEST['shop_id'];
|
$where['shop_id'] = $_REQUEST['shop_id'];
|
||||||
$where['openid'] = $this->openid;
|
$where['openid'] = $this->openid;
|
||||||
$n = $orderDb->select();
|
$n = $orderDb->where($where)->select();
|
||||||
echo json_encode(array('status' => 0, 'msg' => $n));
|
echo json_encode(array('status' => 0, 'msg' => $n));
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user