Commit fc956114 by carrieyzzhang

log

parent 1a3257a3
......@@ -38,6 +38,8 @@ public class ExportReportTask {
logger.info("导出报表结果数据................//Begin, 执行时间: {}", DateTime.now());
System.out.println(Constant.reportExportTask);
if (RedisUtilNew.getInstance().tryLock(Constant.reportExportTask, EXPIRE_PERIOD) != null) {
//生成数据
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment