|
@@ -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:
|