소스 검색

解决APP 端隐患问题查询报错

zhulu 1 년 전
부모
커밋
240062a24f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      soc-modules/soc-modules-core/src/main/resources/mapper/question/QuestionMapper.xml

+ 1 - 1
soc-modules/soc-modules-core/src/main/resources/mapper/question/QuestionMapper.xml

@@ -340,7 +340,7 @@
                 <when test="params.status==11 or params.status==13">
                     and q.reform_status=#{params.status}
                 </when>
-                <when test="params.reformStatus==12">
+                <when test="params.status==12">
                     and (q.confirm_status!=3) and q.reform_status!=11 and q.reform_status!=13  and q.reform_deadline &lt; #{today}
                 </when>
                 <otherwise>