|
@@ -104,7 +104,7 @@
|
|
|
<if test="level == 4">
|
|
|
and fourthOrgId = #{departId}
|
|
|
</if>
|
|
|
- order by startDate desc, sortNumber ASC
|
|
|
+ order by startDate desc, createDate ASC
|
|
|
</select>
|
|
|
|
|
|
<select id="selectToBeConfirmedPrimaryList" resultType="SapUser">
|
|
@@ -116,7 +116,7 @@
|
|
|
<if test="name != null and name != ''">
|
|
|
and name like CONCAT(CONCAT('%', #{name}),'%')
|
|
|
</if>
|
|
|
- order by startDate desc, sortNumber ASC
|
|
|
+ order by startDate desc, createDate ASC
|
|
|
<if test="pageCurrent != null and pageCurrent != ''">
|
|
|
limit ${pageCurrent},${pageSize}
|
|
|
</if>
|