浏览代码

优化类型顺序

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

+ 1 - 1
Service/EquipmentInfoService.py

@@ -327,7 +327,7 @@ class EquipmentInfoService:
             res_type = cls.is_type_exist(event_type)
             res_type = cls.is_type_exist(event_type)
             if res_type == 0:
             if res_type == 0:
                 return types
                 return types
-            combo_types = [51, 57, 58, 59, 60, 61]
+            combo_types = [51, 57, 58, 60, 59, 61]
             event_type = str(event_type)
             event_type = str(event_type)
             len_type = len(event_type)
             len_type = len(event_type)
             for i in range(0, len_type):
             for i in range(0, len_type):