renyupeng пре 3 година
родитељ
комит
edb8ab77a2
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      Apietl/task/send_material_report_weekly.py

+ 2 - 0
Apietl/task/send_material_report_weekly.py

@@ -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 '素材标识',