@ -50,7 +50,7 @@ public class GzZxyJhQcPatientInfoSyncServiceImpl implements PatientInfoSyncServi
String endDateStr = end.toString();
String startDateStr = start.toString();
int everyDayRetries = 20;
while (endDate.isBefore(startDate)) {
while (!endDate.isBefore(startDate)) {
// 同步与重试
String dateStr = startDate.toString();
try {