renyupeng преди 1 година
родител
ревизия
ef79893176
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      utils/douyin_cookie_update.py

+ 1 - 1
utils/douyin_cookie_update.py

@@ -20,7 +20,7 @@ class douyin_cookie_update:
 
     @staticmethod
     def update_cookie_handler(phone_num):
-        sql = "update kwai_promoter.douyin_supply_chain_cookie set status=1 where phone_num={phone_num}".format(
+        sql = "update kwai_promoter.douyin_supply_chain_cookie set status=2 where phone_num={phone_num}".format(
             phone_num=phone_num)
         MysqlUtils().Operate(sql=sql, params=None, DML=True)