瀏覽代碼

修改申诉详情查看bug

songxinlu 3 年之前
父節點
當前提交
0d38949d3c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dblayer-mbg/src/main/resources/mapperdb2/AppealInfoMapper.xml

+ 1 - 1
dblayer-mbg/src/main/resources/mapperdb2/AppealInfoMapper.xml

@@ -83,7 +83,7 @@
         <if test="getAppealInfoVO.casesEntryId != null ">
             AND mai.cases_entry_id = #{getAppealInfoVO.casesEntryId}
         </if>
-        <if test="getAppealInfoVO.casesEntryId != null ">
+        <if test="getAppealInfoVO.qcresultDetailId != null ">
             AND mai.qcresult_detail_id = #{getAppealInfoVO.qcresultDetailId}
         </if>
         <if test="getAppealInfoVO.appealExplain != null and getAppealInfoVO.appealExplain != '' ">