瀏覽代碼

修复返回ai类型错误

lang 3 年之前
父節點
當前提交
a004e93cee
共有 1 個文件被更改,包括 1 次插入1 次删除
  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