|
@@ -100,6 +100,7 @@ public class ImportExcelServiceImpl implements ImportExcelService {
|
|
|
);
|
|
|
|
|
|
allFutures.thenRun(() -> {
|
|
|
+ ContextHolder.setValue("dskey",dskey);
|
|
|
log.debug("数据保存总耗时: {}ms", System.currentTimeMillis() - asyncTasksStart);
|
|
|
billGenerationService.asyncGenerateBill(datas); // 同步生成账单
|
|
|
ContextHolder.clear();
|