@ -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);
}