浏览代码

标签筛选增加 宠物异响类型

zhangdongming 2 年之前
父节点
当前提交
e6c8c3f225
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Service/EquipmentInfoService.py

+ 1 - 1
Service/EquipmentInfoService.py

@@ -400,7 +400,7 @@ class EquipmentInfoService:
                 res_list = [int(i.strip()) for i in res_list]
             else:
                 res_list = [int(event_type)]
-            combo_types = [51, 57, 58, 60]
+            combo_types = [51, 57, 58, 60, 59, 61]
             for e_item in res_list:
                 bins = EquipmentInfoService.combo_type_all()
                 if e_item in combo_types: