项目按照更新时间排序
This commit is contained in:
parent
50c362adf9
commit
a07e58e54f
|
@ -15,6 +15,7 @@
|
|||
and w.id = #{proRequest.workspaceId}
|
||||
</if>
|
||||
</where>
|
||||
order by p.update_time desc
|
||||
</select>
|
||||
<select id="getProjectIdByWorkspaceId" resultType="java.lang.String">
|
||||
select id
|
||||
|
|
Loading…
Reference in New Issue