feat:排序

This commit is contained in:
苏竹红
2024-10-12 19:14:19 +08:00
parent dfc43a11d8
commit fd0352c208
3 changed files with 6 additions and 1 deletions

View File

@@ -442,6 +442,7 @@
#{wantShopAreaId}
</foreach>
</if>
order by a.id desc
</select>
@@ -476,6 +477,7 @@
#{wantShopAreaId}
</foreach>
</if>
order by a.id desc
</select>
@@ -513,6 +515,7 @@
<if test="request.lastInvestmentManagerUserId != null and request.lastInvestmentManagerUserId != ''">
and investment_manager = #{request.lastInvestmentManagerUserId}
</if>
order by id desc
</select>
<update id="batchUpdateInterviewWorkflowStage">