Explorar el Código

修改查看申诉记录详情接口

songxinlu hace 3 años
padre
commit
e3753da402
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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}
         </if>
         <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>
         ORDER BY
         mai.gmt_create