浏览代码

标示更改

zhangyong 1 年之前
父节点
当前提交
dc9364b64f
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      common/feishu_form.py

+ 3 - 1
common/feishu_form.py

@@ -59,7 +59,9 @@ class Material():
             video_id_total = count_items(str(video_id), ',')
             video_id_total = count_items(str(video_id), ',')
             new_id_total = count_items(str(new_id), ',')
             new_id_total = count_items(str(new_id), ',')
             title_total = count_items(str(title), '/')
             title_total = count_items(str(title), '/')
-            values = [old_id_total, video_id_total, new_id_total, video_share, video_ending, crop_tool, gg_duration, title_total]
+            video_ending_total = count_items(str(video_ending), ',')
+
+            values = [old_id_total, video_id_total, new_id_total, video_share, video_ending_total, crop_tool, gg_duration, title_total]
             filtered_values = [str(value) for value in values if value is not None and value != "None"]
             filtered_values = [str(value) for value in values if value is not None and value != "None"]
             task_mark = "_".join(map(str, filtered_values))
             task_mark = "_".join(map(str, filtered_values))