广告排期以及导出排期增加广告位规格(尺寸)
This commit is contained in:
parent
1903f1eadc
commit
c8e52200be
|
|
@ -145,7 +145,7 @@ trait tdata {
|
||||||
$field = 'ch.*, count(la.id) AS h_totalnum ';
|
$field = 'ch.*, count(la.id) AS h_totalnum ';
|
||||||
break;
|
break;
|
||||||
case 'schedule':
|
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;
|
break;
|
||||||
case 'villages':
|
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 ";
|
$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 ";
|
||||||
|
|
|
||||||
|
|
@ -43,6 +43,7 @@ trait tfield {
|
||||||
$array = [
|
$array = [
|
||||||
'e_enable' => '状态',
|
'e_enable' => '状态',
|
||||||
'e_number' => '广告位编号',
|
'e_number' => '广告位编号',
|
||||||
|
'e_size' => '广告位规格',
|
||||||
'l_address' => '广告位地址',
|
'l_address' => '广告位地址',
|
||||||
'h_cid' => '签定的公司',
|
'h_cid' => '签定的公司',
|
||||||
'l_hnumber' => '合同编号',
|
'l_hnumber' => '合同编号',
|
||||||
|
|
@ -55,6 +56,7 @@ trait tfield {
|
||||||
$barray = [
|
$barray = [
|
||||||
'e_enable' => '状态',
|
'e_enable' => '状态',
|
||||||
'e_number' => '广告位编号',
|
'e_number' => '广告位编号',
|
||||||
|
'e_size' => '广告位规格',
|
||||||
'e_vid' => '场所名称',
|
'e_vid' => '场所名称',
|
||||||
'e_bno' => '门口方位',
|
'e_bno' => '门口方位',
|
||||||
'e_aps' => '广告位位置',
|
'e_aps' => '广告位位置',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue