|
|
@ -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"> |
|
|
|