智慧保安后台管理-外网项目备份
guoshilong
2024-01-09 9cec241f48b6eb05596bf5f5202a9797f661773a
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>