智慧保安后台管理-外网项目备份
guoshilong
2023-12-14 a068c51b248e44490d979985b6d27fe022e0a527
打卡记录
1 files modified
4 ■■■■ changed files
src/main/java/org/springblade/modules/post/mapper/CheckRecordMapper.xml 4 ●●●● 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>