广告排期以及导出排期增加广告位规格(尺寸)

This commit is contained in:
cloud 2020-03-22 20:15:12 +08:00
parent 1903f1eadc
commit c8e52200be
2 changed files with 3 additions and 1 deletions

View File

@ -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 ";

View File

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