feat:排序
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user