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