|
@@ -1635,7 +1635,7 @@ public class ContentPlatformPlanServiceImpl implements ContentPlatformPlanServic
|
|
|
}
|
|
}
|
|
|
// 强制分页参数:最多导出 2000 条
|
|
// 强制分页参数:最多导出 2000 条
|
|
|
param.setPageNum(1);
|
|
param.setPageNum(1);
|
|
|
- param.setPageSize(2000);
|
|
|
|
|
|
|
+ param.setExportPageSize(2000);
|
|
|
|
|
|
|
|
ContentPlatformAccount loginAccount = LoginUserContext.getUser();
|
|
ContentPlatformAccount loginAccount = LoginUserContext.getUser();
|
|
|
List<ContentPlatformQwPlan> planList = planMapperExt.getQwPlanList(param,
|
|
List<ContentPlatformQwPlan> planList = planMapperExt.getQwPlanList(param,
|
|
@@ -2214,7 +2214,7 @@ public class ContentPlatformPlanServiceImpl implements ContentPlatformPlanServic
|
|
|
}
|
|
}
|
|
|
// 强制分页参数:最多导出 2000 条
|
|
// 强制分页参数:最多导出 2000 条
|
|
|
param.setPageNum(1);
|
|
param.setPageNum(1);
|
|
|
- param.setPageSize(2000);
|
|
|
|
|
|
|
+ param.setExportPageSize(2000);
|
|
|
|
|
|
|
|
ContentPlatformAccount loginAccount = LoginUserContext.getUser();
|
|
ContentPlatformAccount loginAccount = LoginUserContext.getUser();
|
|
|
List<ContentPlatformXcxPlan> planList = planMapperExt.getXcxPlanList(param,
|
|
List<ContentPlatformXcxPlan> planList = planMapperExt.getXcxPlanList(param,
|