@ -310,7 +310,7 @@ public class IcNatServiceImpl extends BaseServiceImpl<IcNatDao, IcNatEntity> imp
}
@Async
@Async("executorService")
@Override
public void execAsyncExcelImport(Path filePath, String importTaskId) {
String userId = null;
@ -332,7 +332,7 @@ public class IcTripReportRecordServiceImpl extends BaseServiceImpl<IcTripReportR
}).collect(Collectors.toList());
public void execAsyncExcelImport(Path filePath, String importTaskId,String customerId,String userId) {
try {
@ -160,7 +160,7 @@ public class IcVaccineServiceImpl extends BaseServiceImpl<IcVaccineDao, IcVaccin