|
@@ -72,7 +72,7 @@ public class RepairUpXmlUrlServiceImpl implements IRepairUpXmlUrlService {
|
|
|
boolean exit = false;
|
|
|
List<ScenePlusExt> plusExtList = new ArrayList<>();
|
|
|
do {
|
|
|
- scenePlusExtQueryWrapper.last("limit " + index + " " + size);
|
|
|
+ scenePlusExtQueryWrapper.last("limit " + index + "," + size);
|
|
|
List<ScenePlusExt> subList = scenePlusExtService.list(scenePlusExtQueryWrapper);
|
|
|
if(CollUtil.isNotEmpty(subList)){
|
|
|
plusExtList.addAll(subList);
|