注释多余代码

master
wj 2 years ago
parent cc7cde1e29
commit dc8c63a14b

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

Loading…
Cancel
Save