update code

dev_xds
haha 2024-05-06 23:54:42 +08:00
parent 88fb45eb50
commit a87456e66c
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="isDel != null "> and is_del = #{isDel}</if>
<if test="createDate != null "> and create_date = #{createDate}</if>
<if test="updateDate != null "> and video_date &lt;= #{updateDate}</if>
order by video_date
order by video_date desc
</select>
<select id="selectSurProjectPhotographyById" parameterType="Long" resultMap="SurProjectPhotographyResult">