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>