From 4abf57e6c0afe94325b80fa67f2d2aa4c3508e93 Mon Sep 17 00:00:00 2001 From: cloud Date: Tue, 24 Dec 2024 21:21:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9curl=E5=A2=9E=E5=8A=A0=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/traits/tdata.class.php | 2 +- include/traits/tfield.class.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/traits/tdata.class.php b/include/traits/tdata.class.php index 8418f3f..b4a758b 100644 --- a/include/traits/tdata.class.php +++ b/include/traits/tdata.class.php @@ -281,7 +281,7 @@ trait tdata $field = 'el.e_enable,el.e_number,el.e_vid,el.e_bno,el.e_aps,el.e_size,el.e_label,la.*,ct.h_cid';// el.e_text, break; case 'expschedule': - $field = 'el.e_vid,el.e_bno,el.e_label,el.e_size,la.*,ct.h_cid';// el.e_text, + $field = 'el.e_vid,el.e_bno,el.e_label,el.e_aps,el.e_size,la.*,ct.h_cid';// el.e_text, break; case 'villages': $field diff --git a/include/traits/tfield.class.php b/include/traits/tfield.class.php index 7fc6976..5df8451 100644 --- a/include/traits/tfield.class.php +++ b/include/traits/tfield.class.php @@ -98,6 +98,7 @@ trait tfield 'v_address' => '详细地址', 'v_type' => '资源类型', 'e_bno' => '道闸位置', + 'e_aps' => '广告位位置', 'number' => '数量', 'e_label' => '类型', 'e_size' => '规格',