Merge remote-tracking branch 'origin/master'

master
anthonywj 2 years ago
commit a7b1403123

@ -69,11 +69,11 @@ public class SyncHeartTask implements SchedulingConfigurer {
}
try {
if (curTime1 - lastTime1 > timeInterval1) {
heartService.uploadAllBus(null);
heartService.uploadAllUserData(null);
// heartService.uploadAllBus(null);
// heartService.uploadAllUserData(null);
// heartService.uploadScheduleList();
heartService.uploadThrData(null);
heartService.uploadThrProducts(null);
// heartService.uploadThrData(null);
// heartService.uploadThrProducts(null);
heartService.uploadSysSetting(null);
Arrays.stream(BasicExportTypeEnum.values()).forEach(i -> {
heartService.pushData(syncDataSetEntity, null, i);

Loading…
Cancel
Save