【类 型】:test

【原  因】:
【过  程】:
【影  响】:
This commit is contained in:
air 2025-06-16 20:58:37 +08:00
parent a8a06ed437
commit c195a1c9a8

View File

@ -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');