Selaa lähdekoodia

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

zhangdongming 2 vuotta sitten
vanhempi
commit
e6c8c3f225
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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: