| src/main/java/org/springblade/modules/post/mapper/CheckRecordMapper.xml | ●●●●● patch | view | raw | blame | history |
src/main/java/org/springblade/modules/post/mapper/CheckRecordMapper.xml
@@ -19,9 +19,9 @@ AND spf.type = #{vo.postType} </if> <if test="vo.checkTime != null and vo.checkTime !='' "> AND date_format(scr.check_time,'%Y-%m-%d') = #{vo.checkTime} AND date_format(scr.check_time,'%Y-%m-%d') = date_format(#{vo.checkTime},'%Y-%m-%d') </if> ORDER BY scr.check_time DESC </select> </mapper>