Commit 7257cfc4 authored by leizhan's avatar leizhan

日报表添加日志

parent 4e6407d4
...@@ -847,7 +847,9 @@ public class ConfigureController extends AbstractBaseController { ...@@ -847,7 +847,9 @@ public class ConfigureController extends AbstractBaseController {
list.forEach(e-> list.forEach(e->
iFireFightingSystemService.iotDayReport(e.get("bizOrgCode"), finalStartDate, finalEndDate) iFireFightingSystemService.iotDayReport(e.get("bizOrgCode"), finalStartDate, finalEndDate)
); );
log.info("定时生成 物联报表-日执行结束");
} catch (Exception e) { } catch (Exception e) {
log.info("定时生成 物联报表-日执行报错");
e.printStackTrace(); e.printStackTrace();
} }
return CommonResponseUtil.success(); return CommonResponseUtil.success();
......
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