Commit c40b60ab by jiang'yun

修改

parent 764e13b7
...@@ -46,7 +46,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -46,7 +46,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="height != null "> and height = #{height}</if> <if test="height != null "> and height = #{height}</if>
<if test="width != null "> and width = #{width}</if> <if test="width != null "> and width = #{width}</if>
</where> </where>
order by createdTime desc order by created_time desc
</select> </select>
<select id="selectCommonFileById" parameterType="Long" resultMap="CommonFileResult"> <select id="selectCommonFileById" parameterType="Long" resultMap="CommonFileResult">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment