双重预防项目-国泰新华二开定制版
16639036659
2023-08-22 4fbd9da06d4155560fb57163f844d138c59da41e
临时提交
已修改1个文件
2 ■■■ 文件已修改
src/main/resources/mybatis/doublePrevention/PreventRiskDangerInfoMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mybatis/doublePrevention/PreventRiskDangerInfoMapper.xml
@@ -91,7 +91,7 @@
<!--    List<PreventRiskDangerInfo> listReportDanger();-->
    <select id="listReportDanger" resultMap="BaseResultMap">
        select * from prevent_risk_danger_info
        where report_switch = 0 and (update_report_data_time > report_time or report_time is null)
        where report_switch = 0 and (update_report_data_time > report_time or report_time is null) and (hazard_code !='' or hazard_code != null )
    </select>
<!--    PreventRiskDangerInfo updateDangerInfoReportStatus(HandlerReportParam handlerReportParam);-->