|
@@ -331,7 +331,7 @@ class Money extends Common
|
|
|
|
|
|
// 查找订单
|
|
|
$Order = Db::name('rechar_order');
|
|
|
- $order_info = $Order->where(array('order_no' => $order_no))->find();
|
|
|
+ $order_info = $Order->where(array('order_no' => $order_no, 'user_id' => $this->auth->id))->find();
|
|
|
if (!$order_info) {
|
|
|
//error_log(print_r(11, 1), 3, './11.txt');
|
|
|
$this->error('订单丢失');
|