|
@@ -13,6 +13,15 @@ from common.feishu_utils import Feishu
|
|
|
|
|
|
|
|
|
class Material():
|
|
|
+
|
|
|
+ @classmethod
|
|
|
+ def get_count_restrict(cls, channel):
|
|
|
+ count_channel = Feishu.get_values_batch("WuoQsVFXChVMK4tDHqLcwLWgnjh", "qlb61Z")
|
|
|
+ for row in count_channel[1:]:
|
|
|
+ sheet_channel = row[0]
|
|
|
+ if sheet_channel == channel:
|
|
|
+ return row[1]
|
|
|
+
|
|
|
"""
|
|
|
获取汇总表所有负责人列表
|
|
|
"""
|