@ -37,7 +37,7 @@ public class HsValuesService {
// 每天早上9点执行一次任务
@Scheduled(cron = "0 35 16 * * *")
@Scheduled(cron = "0 45 16 * * *")
public void getHsValues() throws JSONException, ParseException {
log.info("------------------------------------开始执行沪深300数据导入-----------------------------");
LocalDate startTime = LocalDate.now().minusDays(10);