# Conflicts:
#	modules/i3plus-pojo-platform/src/main/java/cn/estsh/i3plus/pojo/platform/sqlpack/CoreHqlPack.java
yun-zuoyi
yunhao.wang 7 years ago
parent 4fc97d235b
commit 5285693eb1

@ -103,7 +103,7 @@ public class ToolTypeServiceImpl implements IToolTypeService {
.setErrorSolution("请重新操作")
.build();
}else {
Long[] array = new Long[ids.length];
long[] array = new long[ids.length];
for (int i = 0; i < ids.length; i++) {
array[i] = Long.parseLong(ids[i]);
}

Loading…
Cancel
Save