|
|
@ -78,7 +78,7 @@ public class ReportScheduledTask { |
|
|
|
* @return ReturnT<String> |
|
|
|
* @return ReturnT<String> |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@XxlJob(RUM_MONTH_REPORT) |
|
|
|
@XxlJob(RUM_MONTH_REPORT) |
|
|
|
// @Scheduled(cron = "0/40 * * * * ? ")
|
|
|
|
//@Scheduled(cron = "0/40 * * * * ? ")
|
|
|
|
public ReturnT<String> runMonthReport(String param) { |
|
|
|
public ReturnT<String> runMonthReport(String param) { |
|
|
|
if (Func.isBlank(param)) { |
|
|
|
if (Func.isBlank(param)) { |
|
|
|
param = DateUtil.format(new Date(), DateUtil.PATTERN_DATETIME); |
|
|
|
param = DateUtil.format(new Date(), DateUtil.PATTERN_DATETIME); |
|
|
|