【类 型】:

【原  因】:
【过  程】:
【影  响】:
This commit is contained in:
air 2025-06-19 12:43:48 +08:00
parent 3909feb9f2
commit c1a77bcab1

View File

@ -117,7 +117,7 @@ class PlaneController extends PublicController
public function getAirList()
{
$airDb = D('airplane');
$airDb = D('airplane_register');
if ($this->tokenShop_id != C('powerId')) { // 非总管理员
$where['shop_id'] = $this->tokenShop_id;