浏览代码

整改情况按整改期限查询错误

jiawuxian 1 年之前
父节点
当前提交
46c8088429
共有 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

@@ -330,7 +330,7 @@
             </if>
         </if>
         <if test="params.reformRange!=null and params.reformRange.length==2">
-            and q.submit_time between #{params.reformRange[0]} and #{params.reformRange[1]}
+            and q.reform_deadline between #{params.reformRange[0]} and #{params.reformRange[1]}
         </if>
         <if test="params.searchKey!=null">
             and (q.question_desc like concat('%',#{params.searchKey},'%') or q.check_content like