文件列表排序
This commit is contained in:
parent
9b963d43f5
commit
28ebad9966
|
@ -30,6 +30,7 @@
|
||||||
and i.review_state = #{reviewState}
|
and i.review_state = #{reviewState}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
|
order by i.create_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<resultMap id="imageRespMap" type="com.dite.znpt.domain.vo.ImageResp">
|
<resultMap id="imageRespMap" type="com.dite.znpt.domain.vo.ImageResp">
|
||||||
|
|
Loading…
Reference in New Issue