Jelajahi Sumber

tongce: 清洗规则调整

Signed-off-by: binren <zhangbr@elab-plus.com>
binren 5 tahun lalu
induk
melakukan
495c67cb93
3 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. TEMPAT SAMPAH
      resources/tongce.xlsx
  2. TEMPAT SAMPAH
      resources/tongce_1.xlsx
  3. 1 1
      tongce.py

TEMPAT SAMPAH
resources/tongce.xlsx


TEMPAT SAMPAH
resources/tongce_1.xlsx


+ 1 - 1
tongce.py

@@ -391,7 +391,7 @@ class TongCe:
         self.shangju_db = MysqlDB('shangju')
         self.marketing_db = MysqlDB('bi_report')
         self.linshi_db = MysqlDB('linshi', db_type=1)
-        self.options_info = ExcelUtil('工作表6', 'tongce.xlsx').read_options_info()
+        self.options_info = ExcelUtil('工作表6', 'tongce_1.xlsx').read_options_info()
         self.table_type_info = ExcelUtil('新增项目数据项类型排序与展示图表类型管理表', 'table_type.xlsx').get_table_type_info()
 
     def close(self):