【类 型】:factor

【原  因】:获取飞行数据 拿id字段  方便前端提交删除接口的时候 使用
【过  程】:
【影  响】:
This commit is contained in:
air 2025-06-23 11:36:10 +08:00
parent fa29542107
commit ac6c9e43a5

View File

@ -996,6 +996,7 @@ class PlaneController extends PublicController
// 查询字段
$fields = array(
'f.id',
'f.plane_id',
'a.name as plane_name',
'f.start_time',