1
This commit is contained in:
@@ -259,7 +259,7 @@ public class JDUtils {
|
|||||||
hasMore = false;
|
hasMore = false;
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} 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
|
hasMore = false; // Optionally break out of the while loop if required
|
||||||
}
|
}
|
||||||
if (hasMore) pageIndex++;
|
if (hasMore) pageIndex++;
|
||||||
|
|||||||
Reference in New Issue
Block a user