项目按照更新时间排序
This commit is contained in:
parent
50c362adf9
commit
a07e58e54f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue