Browse Source

修复返回ai类型错误

lang 3 years ago
parent
commit
a004e93cee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Service/EquipmentInfoService.py

+ 1 - 1
Service/EquipmentInfoService.py

@@ -274,4 +274,4 @@ class EquipmentInfoService:
         for val in comb_ai_event_type:  # 组合ai类型组合,如[[2,3],[1,3]] -> [23, 13]
             val = ''.join(val)
             regroup_list.append(int(val))
-        return comb_ai_event_type
+        return regroup_list