Browse Source

tongce: 程序调整

Signed-off-by: binren <zhangbr@elab-plus.com>
binren 5 years ago
parent
commit
5c7474cacc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tongce.py

+ 1 - 1
tongce.py

@@ -478,7 +478,7 @@ class TongCe:
         # self.insert_into_mvp_crowd_info()
         crowd_info = self.get_crowd_info()
         # 2: 写入rule
-        # self.insert_into_rule()
+        self.insert_into_rule()
         rule = self.get_rule_data_info()
         # 3: 读入答题数据
         self.answers = self.marketing_db.select(self.sql_9)