Commit 91d837fd by 陶光胜

门店导出修改

parent 97017f42
......@@ -289,7 +289,7 @@ public class StoreController extends DownloadUtils {
}
};
try {
download(path, downloadReport, storeExportQO.getFileName(), storeExportQO.getExcelExtension(), storeExportQO.getFieldCodeList(), nameList,loader, null, null);
download(path, downloadReport, storeExportQO.getFileName(), storeExportQO.getExcelExtension(), nameList, storeExportQO.getFieldCodeList(),loader, null, null);
} catch (Exception e) {
logger.error("异常", e);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment