瀏覽代碼

dockerfile

李莎 2 年之前
父節點
當前提交
3c53e228bb
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      main.py

+ 0 - 1
main.py

@@ -4,7 +4,6 @@ import os
 import time
 from MyUtils.ZillionUtil import ZillionUtil
 from MyUtils.MysqlUtils import MysqlUtils
-from dateutil.relativedelta import relativedelta
 
 INSERT_SQL = "replace into %s.%s(project_id,date,energy_cooling,energy_heating,energy_ac_terminal,energy_light,energy_others,create_time,update_time) values "
 DELETE_SQL = "DELETE FROM `energy_week_day` WHERE `project_id` = '%s' AND `date` >= '%s' AND `date` < '%s' "