@@ -37,7 +37,7 @@ public class HSScheduleTask {
/**
* 每天8点同步
*/
- @Scheduled(cron = "0 0 8 * * ? ")
+ @Scheduled(cron = "0 30 9 * * ? ")
public void syncHangShiInfo() {
try {
hsService.syncHangShiInfo();