浏览代码

解决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>