From a87456e66cdd9bcf6ffb3c6b22c676f2cb2caa35 Mon Sep 17 00:00:00 2001 From: haha Date: Mon, 6 May 2024 23:54:42 +0800 Subject: [PATCH] update code --- .../main/resources/mapper/video/SurProjectPhotographyMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yanzhu-jh/src/main/resources/mapper/video/SurProjectPhotographyMapper.xml b/yanzhu-jh/src/main/resources/mapper/video/SurProjectPhotographyMapper.xml index 1dde2250..21abcfb5 100644 --- a/yanzhu-jh/src/main/resources/mapper/video/SurProjectPhotographyMapper.xml +++ b/yanzhu-jh/src/main/resources/mapper/video/SurProjectPhotographyMapper.xml @@ -52,7 +52,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and is_del = #{isDel} and create_date = #{createDate} and video_date <= #{updateDate} - order by video_date + order by video_date desc