src/main/resources/mybatis/doublePrevention/PreventRiskDangerInfoMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | 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);-->