src/main/java/org/springblade/modules/police/mapper/PoliceAlarmRecordsMapper.xml
@@ -8,7 +8,11 @@ <select id="selectPoliceAlarmRecordsPage" resultMap="policeAlarmRecordsResultMap"> select * from jczz_police_alarm_records where is_deleted = 0 select * from jczz_police_alarm_records <where> <if test="vo.status != null ">and status = #{vo.status}</if> and is_deleted = 0 </where> </select> <resultMap type="org.springblade.modules.police.dto.PoliceAlarmRecordsDTO" id="PoliceAlarmRecordsDTOResult">