zhl 3 年之前
父节点
当前提交
2a17c20dae
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Apietl/task/send_bytedance_material_month.py

+ 1 - 1
Apietl/task/send_bytedance_material_month.py

@@ -29,7 +29,7 @@ class send_bytedance_material_month:
     def handler(self):
     def handler(self):
         sql = """select a.company_name AS '公司',
         sql = """select a.company_name AS '公司',
        a.project_name AS '项目',
        a.project_name AS '项目',
-       a.account_id   AS '账户',
+       concat('`',a.account_id,'`')   AS '账户',
        a.signature   AS '素材标识',
        a.signature   AS '素材标识',
        b.media_time AS '上线时间',
        b.media_time AS '上线时间',
        '-' 渠道,
        '-' 渠道,