@@ -546,10 +546,10 @@ public class ArticleAuditService {
cdl.countDown();
}
});
- try {
- cdl.await();
- } catch (Exception ignore) {}
+ try {
+ cdl.await();
+ } catch (Exception ignore) {}
deleteFailAlarm(alarmList, accountTypeMap);
return ReturnT.SUCCESS;