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