浏览代码

Merge branch 'lang' into test

lang 3 年之前
父节点
当前提交
468b5b6f0e
共有 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