Mike 3 年之前
父节点
当前提交
517af98fba
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      execute_detail_notice.py

+ 9 - 0
execute_detail_notice.py

@@ -167,6 +167,14 @@ print ('發送逾期執行項目通知 (CRM) end...')
 print ('發送逾期執行項目通知 (執行單位) start...')
 
 # 執行單位Email
+# hhh_edit@hhh.com.tw: 編輯採訪部
+# hhh_mk@hhh.com.tw: 行銷企劃部
+# hhh_web@hhh.com.tw: 網站工程部
+# hhh_video@hhh.com.tw: 影音企劃部
+# agent@hhh.com.tw: 
+# hhh_admin@hhh.com.tw: 
+# hhh_sales@hhh.com.tw: 
+
 execute_man_list = ['hhh_edit@hhh.com.tw','hhh_mk@hhh.com.tw','hhh_web@hhh.com.tw','hhh_video@hhh.com.tw','agent@hhh.com.tw','hhh_admin@hhh.com.tw','hhh_sales@hhh.com.tw']
 
 for execute_man in execute_man_list:
@@ -258,6 +266,7 @@ for execute_man in execute_man_list:
         html += "</table>";
     else: # 無逾期執行表單資料
         print ("無逾期執行表單記錄,不須處理")
+        html += "<div>" + execute_man + " 無逾期執行表單記錄,不須處理</div>";
 
     html += """
     </body>