1
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user