|
@@ -551,7 +551,7 @@
|
|
<if test="dto.endDate != null"> and rd.install_date <![CDATA[ <= ]]> #{dto.endDate}</if>
|
|
<if test="dto.endDate != null"> and rd.install_date <![CDATA[ <= ]]> #{dto.endDate}</if>
|
|
<include refid="permissionCondition"/>
|
|
<include refid="permissionCondition"/>
|
|
</where>
|
|
</where>
|
|
- order by rd.create_date,rd.id desc
|
|
|
|
|
|
+ order by rd.create_date desc,rd.id desc
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="findList_COUNT" resultType="Long">
|
|
<select id="findList_COUNT" resultType="Long">
|