Browse Source

Merge remote-tracking branch 'origin/dev/20220105_2.2.0_通用版_申诉驳回' into dev/20220105_2.2.0_通用版_申诉驳回

rengb 3 years ago
parent
commit
74296b977b

+ 4 - 0
report-service/src/main/resources/mapper/AppealExamineInfoMapper.xml

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