拷贝资源

beetlsql3-dev
Mlxa0324
parent 6f2fbfc783
commit f24e668d51

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

Loading…
Cancel
Save