|
@@ -160,7 +160,7 @@
|
|
|
|
|
|
|
|
</where>
|
|
</where>
|
|
|
<if test="noRow == null">
|
|
<if test="noRow == null">
|
|
|
- order by LENGTH(company_name)
|
|
|
|
|
|
|
+ order by rc.register_aptitudes,LENGTH(company_name)
|
|
|
</if>
|
|
</if>
|
|
|
)
|
|
)
|
|
|
<where>
|
|
<where>
|
|
@@ -168,7 +168,7 @@
|
|
|
<include refid="com.steerinfo.dil.mapper.CommonMapper.filterCompanyData"></include>
|
|
<include refid="com.steerinfo.dil.mapper.CommonMapper.filterCompanyData"></include>
|
|
|
</if>
|
|
</if>
|
|
|
</where>
|
|
</where>
|
|
|
- ORDER BY to_number("seqNo")
|
|
|
|
|
|
|
+ ORDER BY to_number("seqNo") desc
|
|
|
FETCH NEXT 10 ROWS ONLY
|
|
FETCH NEXT 10 ROWS ONLY
|
|
|
)
|
|
)
|
|
|
<if test="id!=null and id.size>0">
|
|
<if test="id!=null and id.size>0">
|