|
@@ -43,7 +43,7 @@ public class BlacklistSyncController {
|
|
|
log.info("手动触发智能同步检查");
|
|
|
|
|
|
long startTime = System.currentTimeMillis();
|
|
|
- blacklistSyncService.intelligentSyncCheck();
|
|
|
+ blacklistSyncService.intelligentSyncCheck(null);
|
|
|
long duration = System.currentTimeMillis() - startTime;
|
|
|
|
|
|
String result = String.format("智能同步检查完成,耗时: %dms", duration);
|