|
|
@@ -184,7 +184,7 @@ public class EntityHelper { |
|
|
|
} else { |
|
|
|
List<Long> list = mapIds.computeIfAbsent(l.getLinkTable().getName(), k -> new ArrayList<>()); |
|
|
|
for (String id : ids) { |
|
|
|
list.add(Long.parseLong(id)); |
|
|
|
list.add(NumberUtil.getLongIgnoreErr(id)); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|