【类 型】:factor
【原 因】:获取飞行数据 拿id字段 方便前端提交删除接口的时候 使用 【过 程】: 【影 响】:
This commit is contained in:
parent
fa29542107
commit
ac6c9e43a5
@ -996,6 +996,7 @@ class PlaneController extends PublicController
|
|||||||
|
|
||||||
// 查询字段
|
// 查询字段
|
||||||
$fields = array(
|
$fields = array(
|
||||||
|
'f.id',
|
||||||
'f.plane_id',
|
'f.plane_id',
|
||||||
'a.name as plane_name',
|
'a.name as plane_name',
|
||||||
'f.start_time',
|
'f.start_time',
|
||||||
|
Loading…
Reference in New Issue
Block a user