拷贝资源

beetlsql3-dev
Mlxa0324 2 years ago
parent 6f2fbfc783
commit f24e668d51

@ -287,7 +287,7 @@ public class ResourcesInfoService extends CoreBaseService<ResourcesInfo>{
return item;
}).collect(Collectors.toList());
if (ObjectUtil.isEmpty(insertList)) {
if (ObjectUtil.isNotEmpty(insertList)) {
insertBatch(insertList);
}
}

Loading…
Cancel
Save