Browse Source

修改顺道捎排序按出发时间倒叙排序

feature/syp_points
liuchuang 5 years ago
parent
commit
5df7cf9b24
  1. 2
      esua-epdc/epdc-module/epdc-custom/epdc-custom-server/src/main/resources/mapper/sds/SdsInfoDao.xml

2
esua-epdc/epdc-module/epdc-custom/epdc-custom-server/src/main/resources/mapper/sds/SdsInfoDao.xml

@ -53,7 +53,7 @@
<if test="type!=null and type!='' and type == '2'.toString()">
and t.USER_ID = #{userId}
</if>
order by sort,CREATED_TIME desc
order by sort,DEPARTURE_TIME desc
LIMIT #{pageIndex},#{pageSize}
</select>
<select id="getSdsDetail" resultType="com.elink.esua.epdc.dto.result.EpdcSelectSdsInfoDetailResultDTO">

Loading…
Cancel
Save