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' => '广告位位置',