16639036659
2023-07-11 574ca20940dec24f836ef9ae25b14de55d128efe
临时提交
已修改1个文件
2 ■■■ 文件已修改
src/main/java/com/ruoyi/doublePrevention/scheduls/ExecCJReportDateSchedule.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/ruoyi/doublePrevention/scheduls/ExecCJReportDateSchedule.java
@@ -116,7 +116,7 @@
        //使用风险分析单元数据上报主配置,作为自动上报开关
        PreventReportConfig reportConfig = preventReportConfigService.getReportConfigById(SyncEnum.REPORT_CONFIG_RISK_ANA_UNIT.getCode());
        if (reportConfig.getReportState() == 0){
        if (reportConfig.getReportType() == 0){
            return;
        }