项目按照更新时间排序

This commit is contained in:
shiziyuan9527 2020-05-29 11:24:00 +08:00
parent 50c362adf9
commit a07e58e54f
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
and w.id = #{proRequest.workspaceId} and w.id = #{proRequest.workspaceId}
</if> </if>
</where> </where>
order by p.update_time desc
</select> </select>
<select id="getProjectIdByWorkspaceId" resultType="java.lang.String"> <select id="getProjectIdByWorkspaceId" resultType="java.lang.String">
select id select id