wangkun 2 years ago
parent
commit
30d926a92c

+ 1 - 1
gongzhonghao/gongzhonghao_author/gongzhonghao1_author.py

@@ -90,7 +90,7 @@ class GongzhonghaoAuthor1:
             rule_comment_cnt_max = 100000000
 
         rule_publish_time_min = rule_dict.get('publish_time', {}).get('min', 0)
-        rule_publish_time_max = rule_dict.get('publish_time', {}).get('max', 100000000)
+        rule_publish_time_max = rule_dict.get('publish_time', {}).get('max', 0)
         if rule_publish_time_max == 0:
             rule_publish_time_max = 4102415999000  # 2099-12-31 23:59:59
 

+ 1 - 1
gongzhonghao/gongzhonghao_author/gongzhonghao2_author.py

@@ -90,7 +90,7 @@ class GongzhonghaoAuthor2:
             rule_comment_cnt_max = 100000000
 
         rule_publish_time_min = rule_dict.get('publish_time', {}).get('min', 0)
-        rule_publish_time_max = rule_dict.get('publish_time', {}).get('max', 100000000)
+        rule_publish_time_max = rule_dict.get('publish_time', {}).get('max', 0)
         if rule_publish_time_max == 0:
             rule_publish_time_max = 4102415999000  # 2099-12-31 23:59:59
 

+ 1 - 1
gongzhonghao/gongzhonghao_author/gongzhonghao3_author.py

@@ -90,7 +90,7 @@ class GongzhonghaoAuthor3:
             rule_comment_cnt_max = 100000000
 
         rule_publish_time_min = rule_dict.get('publish_time', {}).get('min', 0)
-        rule_publish_time_max = rule_dict.get('publish_time', {}).get('max', 100000000)
+        rule_publish_time_max = rule_dict.get('publish_time', {}).get('max', 0)
         if rule_publish_time_max == 0:
             rule_publish_time_max = 4102415999000  # 2099-12-31 23:59:59
 

+ 1 - 1
gongzhonghao/gongzhonghao_author/gongzhonghao4_author.py

@@ -90,7 +90,7 @@ class GongzhonghaoAuthor4:
             rule_comment_cnt_max = 100000000
 
         rule_publish_time_min = rule_dict.get('publish_time', {}).get('min', 0)
-        rule_publish_time_max = rule_dict.get('publish_time', {}).get('max', 100000000)
+        rule_publish_time_max = rule_dict.get('publish_time', {}).get('max', 0)
         if rule_publish_time_max == 0:
             rule_publish_time_max = 4102415999000  # 2099-12-31 23:59:59
 

+ 1 - 1
gongzhonghao/gongzhonghao_author/gongzhonghao5_author.py

@@ -90,7 +90,7 @@ class GongzhonghaoAuthor5:
             rule_comment_cnt_max = 100000000
 
         rule_publish_time_min = rule_dict.get('publish_time', {}).get('min', 0)
-        rule_publish_time_max = rule_dict.get('publish_time', {}).get('max', 100000000)
+        rule_publish_time_max = rule_dict.get('publish_time', {}).get('max', 0)
         if rule_publish_time_max == 0:
             rule_publish_time_max = 4102415999000  # 2099-12-31 23:59:59
 

+ 1 - 1
xiaoniangao/xiaoniangao_author/xiaoniangao_author_scheduling.py

@@ -85,7 +85,7 @@ class XiaoniangaoAuthorScheduling:
             rule_comment_cnt_max = 100000000
 
         rule_publish_time_min = rule_dict.get('publish_time', {}).get('min', 0)
-        rule_publish_time_max = rule_dict.get('publish_time', {}).get('max', 100000000)
+        rule_publish_time_max = rule_dict.get('publish_time', {}).get('max', 0)
         if rule_publish_time_max == 0:
             rule_publish_time_max = 4102415999000  # 2099-12-31 23:59:59
 

+ 1 - 1
xiaoniangao/xiaoniangao_hour/xiaoniangao_hour_scheduling.py

@@ -103,7 +103,7 @@ class XiaoniangaoHourScheduling:
             rule_comment_cnt_max = 100000000
 
         rule_publish_time_min = rule_dict.get('publish_time', {}).get('min', 0)
-        rule_publish_time_max = rule_dict.get('publish_time', {}).get('max', 100000000)
+        rule_publish_time_max = rule_dict.get('publish_time', {}).get('max', 0)
         if rule_publish_time_max == 0:
             rule_publish_time_max = 4102415999000  # 2099-12-31 23:59:59
 

+ 1 - 1
xiaoniangao/xiaoniangao_play/xiaoniangao_play_scheduling.py

@@ -102,7 +102,7 @@ class XiaoniangaoPlayScheduling:
             rule_comment_cnt_max = 100000000
 
         rule_publish_time_min = rule_dict.get('publish_time', {}).get('min', 0)
-        rule_publish_time_max = rule_dict.get('publish_time', {}).get('max', 100000000)
+        rule_publish_time_max = rule_dict.get('publish_time', {}).get('max', 0)
         if rule_publish_time_max == 0:
             rule_publish_time_max = 4102415999000  # 2099-12-31 23:59:59