This commit is contained in:
Leo
2024-11-24 12:50:44 +08:00
parent 5346a12c3c
commit 70b339b009

View File

@@ -259,7 +259,7 @@ public class JDUtils {
hasMore = false;
}
} catch (Exception e) {
System.err.println("处理时间 " + startDate + " 时出错:" + e.getMessage());
//System.err.println("处理时间 " + startDate + " 时出错:" + e.getMessage());
hasMore = false; // Optionally break out of the while loop if required
}
if (hasMore) pageIndex++;