|
@@ -44,6 +44,8 @@ class send_material_report_weekly:
|
|
|
when t1.clip_company_id is null and pro.agent_code = 1 then '北京汇创思拓数字科技有限公司'
|
|
|
when t1.clip_company_id is null and pro.agent_code = 2 then '北京骄阳数字科技有限公司'
|
|
|
when t1.clip_company_id is null and pro.agent_code = 3 then '上海汇创思拓数字科技有限公司'
|
|
|
+ else '-'
|
|
|
+
|
|
|
END) as '公司',
|
|
|
ifnull(t1.project_name, '-') AS '项目',
|
|
|
ifnull(t1.signature, '-') AS '素材标识',
|