智慧保安后台管理-外网项目备份
guoshilong
2023-12-23 ffba4c1baea0c7cedd2a70cfc56101fb0b58da25
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>