lin
2024-03-19 ec9f60e86be85abd76fd917aaf675f39f9ce6a2d
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">