Removed old total fetch method.
This commit is contained in:
parent
5bbd8e4ef3
commit
e14b484ca5
18 changed files with 77 additions and 190 deletions
|
|
@ -174,9 +174,6 @@ public class VascExportServlet extends HttpServlet {
|
|||
VascEntryLocal ve = (VascEntryLocal)vc.getVascEntryConfigController().configVascEntry(vc, entryId);
|
||||
vc.getVascEntryConfigController().configVascFrontendController(vc, ve);
|
||||
|
||||
// Update total every time first
|
||||
Long total = ve.getVascFrontendController().getVascEntryState().getVascBackend().fetchTotalExecuteSize(ve.getVascFrontendController().getVascEntryState().getVascBackendState());
|
||||
ve.getVascFrontendController().getVascEntryState().setTotalBackendRecords(total);
|
||||
VascEntryExport ex = vc.getVascEntryConfigController().getVascEntryExporterById(exportId);
|
||||
VascEntryExportWriter exw = ex.createExportWriter();
|
||||
exw.doInit(ex, ve);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue