From c8e52200be0e9360258c7022a01192fd89adf439 Mon Sep 17 00:00:00 2001 From: cloud Date: Sun, 22 Mar 2020 20:15:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=BF=E5=91=8A=E6=8E=92=E6=9C=9F=E4=BB=A5?= =?UTF-8?q?=E5=8F=8A=E5=AF=BC=E5=87=BA=E6=8E=92=E6=9C=9F=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=E4=BD=8D=E8=A7=84=E6=A0=BC(=E5=B0=BA?= =?UTF-8?q?=E5=AF=B8)?= 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 | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/include/traits/tdata.class.php b/include/traits/tdata.class.php index 2db4f26..31ac5b5 100644 --- a/include/traits/tdata.class.php +++ b/include/traits/tdata.class.php @@ -145,7 +145,7 @@ trait tdata { $field = 'ch.*, count(la.id) AS h_totalnum '; break; case 'schedule': - $field = 'el.e_enable,el.e_number,el.e_vid,el.e_bno,el.e_aps,la.*,ct.h_cid'; + $field = 'el.e_enable,el.e_number,el.e_vid,el.e_bno,el.e_aps,el.e_size,la.*,ct.h_cid'; break; case 'villages': $field = " vi.*, COUNT( DISTINCT el.e_number) AS v_enum,COUNT(DISTINCT el.e_vid, el.e_bno) AS v_ebnonum,COUNT( el.e_enable = 0 OR NULL ) AS noban,ANY_VALUE(anum.v_free) AS v_free,ANY_VALUE( anum.v_bno ) AS v_bno,ANY_VALUE(bnum.v_lease) AS v_lease,ANY_VALUE(cnum.v_endday) AS v_endday,ANY_VALUE(dnum.v_prerow) AS v_prerow "; diff --git a/include/traits/tfield.class.php b/include/traits/tfield.class.php index aa0a895..666107d 100644 --- a/include/traits/tfield.class.php +++ b/include/traits/tfield.class.php @@ -43,6 +43,7 @@ trait tfield { $array = [ 'e_enable' => '状态', 'e_number' => '广告位编号', + 'e_size' => '广告位规格', 'l_address' => '广告位地址', 'h_cid' => '签定的公司', 'l_hnumber' => '合同编号', @@ -55,6 +56,7 @@ trait tfield { $barray = [ 'e_enable' => '状态', 'e_number' => '广告位编号', + 'e_size' => '广告位规格', 'e_vid' => '场所名称', 'e_bno' => '门口方位', 'e_aps' => '广告位位置',