【类 型】:test

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

View File

@ -545,7 +545,7 @@ class PlaneController extends PublicController
/** /**
* @description: 获取禁飞区数据(如果没有就插入空记录) * @description: 获取禁飞区数据(如果没有就插入空记录)
*/ */
public function getNofly() public function getNoflyData()
{ {
if ($this->tokenShop_id != C('powerId')) { // 非总管理员 if ($this->tokenShop_id != C('powerId')) { // 非总管理员
$where['shop_id'] = $this->tokenShop_id; $where['shop_id'] = $this->tokenShop_id;