全部车型导出
This commit is contained in:
+1
-1
@@ -1513,7 +1513,7 @@ public class OtaManageApplyEOServiceImpl extends ServiceImpl<OtaManageApplyEOMap
|
|||||||
@Override
|
@Override
|
||||||
public ModelAndView allCarExportXls(HttpServletRequest request, OtaManageApplyEO otaManageApplyEO) {
|
public ModelAndView allCarExportXls(HttpServletRequest request, OtaManageApplyEO otaManageApplyEO) {
|
||||||
// Step.2 获取导出数据
|
// Step.2 获取导出数据
|
||||||
List<OtaManageApplyEO> pageList = getOtaPage(otaManageApplyEO);
|
List<OtaManageApplyEO> pageList = getAllCarPage(otaManageApplyEO);
|
||||||
List<OtaManageApplyEO> exportList = null;
|
List<OtaManageApplyEO> exportList = null;
|
||||||
|
|
||||||
// 过滤选中数据
|
// 过滤选中数据
|
||||||
|
|||||||
Reference in New Issue
Block a user