|
@ -26,7 +26,7 @@ public class QcDataSetDetailJob {
|
|
|
@Autowired
|
|
|
protected ObjectMapper objectMapper;
|
|
|
|
|
|
@Scheduled(cron = "0 0 18 * * ?")
|
|
|
//@Scheduled(cron = "0 0 18 * * ?")
|
|
|
public void dataSetTask() throws Exception {
|
|
|
String date = redisClient.get("start_date");
|
|
|
if (StringUtils.isEmpty(date)) {
|