فهرست منبع

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

zhanghang 3 سال پیش
والد
کامیت
5a8a461b7c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      report-service/src/main/resources/mapper/AppealInfoMapper.xml

+ 1 - 1
report-service/src/main/resources/mapper/AppealInfoMapper.xml

@@ -88,7 +88,7 @@
             AND mai.cases_entry_id = #{getAppealInfoVO.casesEntryId}
             AND mai.cases_entry_id = #{getAppealInfoVO.casesEntryId}
         </if>
         </if>
         <if test="getAppealInfoVO.appealExplain != null and getAppealInfoVO.appealExplain != '' ">
         <if test="getAppealInfoVO.appealExplain != null and getAppealInfoVO.appealExplain != '' ">
-            AND mai.appeal_explain = #{getAppealInfoVO.appealExplain}
+            AND appeal_operation_type = 2   AND mai.appeal_explain = #{getAppealInfoVO.appealExplain}
         </if>
         </if>
         ORDER BY
         ORDER BY
         mai.gmt_create
         mai.gmt_create