智慧保安后台管理-外网项目备份
guoshilong
2024-01-16 6f201b8d3743e246a71f00a9ba98d10b128fae38
src/main/java/org/springblade/modules/post/mapper/CheckRecordMapper.xml
@@ -27,6 +27,9 @@
        <if test="vo.userName != null and vo.userName !='' ">
            AND bu.real_name LIKE CONCAT('%',#{vo.userName},'%')
        </if>
        <if test="vo.status != null and vo.status !='' ">
            AND scr.status = #{vo.status}
        </if>
        ORDER BY scr.check_time DESC
    </select>