|
@@ -318,6 +318,7 @@ public class OrderServiceImpl extends ServiceImpl<OrderMapper, Order> implements
|
|
public void syncOrder(Long taskId,OrderRequest orderRequest){
|
|
public void syncOrder(Long taskId,OrderRequest orderRequest){
|
|
Workbook workbook = null;
|
|
Workbook workbook = null;
|
|
try {
|
|
try {
|
|
|
|
+ Thread.sleep(1000);
|
|
ExportParams params = new ExportParams(null, "订单详情");
|
|
ExportParams params = new ExportParams(null, "订单详情");
|
|
workbook = ExcelExportUtil.exportBigExcel(params, OrderExport.class,
|
|
workbook = ExcelExportUtil.exportBigExcel(params, OrderExport.class,
|
|
(o, i) -> {
|
|
(o, i) -> {
|
|
@@ -435,6 +436,7 @@ public class OrderServiceImpl extends ServiceImpl<OrderMapper, Order> implements
|
|
public void syncOrderBusiness(Long taskId,Date startTime, Date endTime, Integer type){
|
|
public void syncOrderBusiness(Long taskId,Date startTime, Date endTime, Integer type){
|
|
Workbook workbook = null;
|
|
Workbook workbook = null;
|
|
try {
|
|
try {
|
|
|
|
+ Thread.sleep(1000);
|
|
ExportParams params = new ExportParams(null, "订单报表");
|
|
ExportParams params = new ExportParams(null, "订单报表");
|
|
workbook = ExcelExportUtil.exportBigExcel(params, OrderReport.class,
|
|
workbook = ExcelExportUtil.exportBigExcel(params, OrderReport.class,
|
|
(o, i) -> {
|
|
(o, i) -> {
|