|
@@ -74,6 +74,8 @@
|
|
|
<if test="getComplaintRecordVO.name != null and getComplaintRecordVO.name != '' ">
|
|
|
<![CDATA[ AND c.linkman like concat('%',#{getComplaintRecordVO.name},'%')]]>
|
|
|
</if>
|
|
|
+ ORDER BY
|
|
|
+ a.claimant_gmt_create DESC
|
|
|
</select>
|
|
|
|
|
|
<select id="getAppealReview" resultType="com.lantone.report.dto.GetAppealReviewDTO">
|
|
@@ -143,6 +145,8 @@
|
|
|
<if test="getAppealReviewVO.name != null and getAppealReviewVO.name != '' ">
|
|
|
<![CDATA[ AND b.linkman like concat('%',#{getAppealReviewVO.name},'%')]]>
|
|
|
</if>
|
|
|
+ ORDER BY
|
|
|
+ a.claimant_gmt_create DESC
|
|
|
</select>
|
|
|
|
|
|
|