feat:排序
This commit is contained in:
@@ -442,6 +442,7 @@
|
|||||||
#{wantShopAreaId}
|
#{wantShopAreaId}
|
||||||
</foreach>
|
</foreach>
|
||||||
</if>
|
</if>
|
||||||
|
order by a.id desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
||||||
@@ -476,6 +477,7 @@
|
|||||||
#{wantShopAreaId}
|
#{wantShopAreaId}
|
||||||
</foreach>
|
</foreach>
|
||||||
</if>
|
</if>
|
||||||
|
order by a.id desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
||||||
@@ -513,6 +515,7 @@
|
|||||||
<if test="request.lastInvestmentManagerUserId != null and request.lastInvestmentManagerUserId != ''">
|
<if test="request.lastInvestmentManagerUserId != null and request.lastInvestmentManagerUserId != ''">
|
||||||
and investment_manager = #{request.lastInvestmentManagerUserId}
|
and investment_manager = #{request.lastInvestmentManagerUserId}
|
||||||
</if>
|
</if>
|
||||||
|
order by id desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<update id="batchUpdateInterviewWorkflowStage">
|
<update id="batchUpdateInterviewWorkflowStage">
|
||||||
|
|||||||
@@ -98,6 +98,7 @@
|
|||||||
#{regionId}
|
#{regionId}
|
||||||
</foreach>
|
</foreach>
|
||||||
</if>
|
</if>
|
||||||
|
order by id desc
|
||||||
</select>
|
</select>
|
||||||
<select id="getSelectedShopNum" resultType="com.cool.store.dto.point.LineCountDTO">
|
<select id="getSelectedShopNum" resultType="com.cool.store.dto.point.LineCountDTO">
|
||||||
select
|
select
|
||||||
@@ -187,6 +188,7 @@
|
|||||||
#{regionId}
|
#{regionId}
|
||||||
</foreach>
|
</foreach>
|
||||||
</if>
|
</if>
|
||||||
|
order by id desc
|
||||||
</select>
|
</select>
|
||||||
<select id="getDataByShopIdAndLineId" resultType="com.cool.store.entity.PointInfoDO">
|
<select id="getDataByShopIdAndLineId" resultType="com.cool.store.entity.PointInfoDO">
|
||||||
SELECT
|
SELECT
|
||||||
|
|||||||
@@ -203,7 +203,7 @@
|
|||||||
#{item}
|
#{item}
|
||||||
</foreach>
|
</foreach>
|
||||||
</if>
|
</if>
|
||||||
order by xsi.create_time
|
order by xsi.create_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectByIdOrSelectAll" resultMap="BaseResultMap">
|
<select id="selectByIdOrSelectAll" resultMap="BaseResultMap">
|
||||||
|
|||||||
Reference in New Issue
Block a user