【类 型】:test
【原 因】: 【过 程】: 【影 响】:
This commit is contained in:
parent
a8a06ed437
commit
c195a1c9a8
@ -550,7 +550,7 @@ class PlaneController extends PublicController
|
||||
if ($this->tokenShop_id != C('powerId')) { // 非总管理员
|
||||
$where['shop_id'] = $this->tokenShop_id;
|
||||
} else {
|
||||
$where['shop_id'] = $_REQUEST['shopId']; // 总管理员可指定 shop_id
|
||||
$where['shop_id'] = $_REQUEST['shop_id']; // 总管理员可指定 shop_id
|
||||
}
|
||||
|
||||
$noflyDb = D('nofly');
|
||||
|
Loading…
Reference in New Issue
Block a user