梅州完整性增量

docus-active-query-service_1.3
lzy 3 years ago
parent 124e76474c
commit c31244e4ef

@ -51,7 +51,7 @@
//----------
//0 1
"syncFlag":"0",
"pageSize":"5",
"pageSize":"1000",
//
"newSyncTime":"",
//

@ -68,7 +68,7 @@ public class MyScheduling {
/**
*
*/
@Scheduled(fixedRate = 1000 * 60 * 1)
@Scheduled(fixedRate = 1000 * 60 * 30)
public void syncIntegrality() {
if (null == syncFlag || "0".equals(syncFlag)) {
} else {

@ -14,7 +14,6 @@ import java.time.LocalDate;
import java.time.LocalDateTime;
import java.time.LocalTime;
import java.time.format.DateTimeFormatter;
import java.util.Date;
import java.util.List;
import java.util.Map;

Loading…
Cancel
Save