|
@@ -7436,7 +7436,6 @@ public class ReportServiceImpl extends ServiceImpl<ReportMapper, Report> impleme
|
|
return httpRespMsg;
|
|
return httpRespMsg;
|
|
}
|
|
}
|
|
|
|
|
|
- @Async
|
|
|
|
public void cancelReportPushSap(String reportIds){
|
|
public void cancelReportPushSap(String reportIds){
|
|
if(!StringUtils.isEmpty(reportIds)){
|
|
if(!StringUtils.isEmpty(reportIds)){
|
|
List<Integer> reportIdList = ListUtil.convertIntegerIdsArrayToList(reportIds);
|
|
List<Integer> reportIdList = ListUtil.convertIntegerIdsArrayToList(reportIds);
|