Browse Source

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

zhangdongming 2 năm trước cách đây
mục cha
commit
e6c8c3f225
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: