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