From 9ea11f7bd6e91ba69044384c8193ee883cc70082 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Sun, 4 Jul 2021 22:25:02 +0800 Subject: [PATCH] =?UTF-8?q?bug=E5=A2=9E=E5=8A=A0=E6=9C=80=E5=90=8E?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mybatis/mapper/xm/core/dao/XmQuestionMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmQuestionMapper.xml b/xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmQuestionMapper.xml index 53bf0d85..f5500baa 100644 --- a/xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmQuestionMapper.xml +++ b/xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmQuestionMapper.xml @@ -69,7 +69,7 @@ and exists (select 1 from xm.xm_question_handle h where h.question_id = res.id and h.handler_userid=#{hisHandlerUserid} and handle_status=#{hisHandleStatus}) and res.create_time between #{createTimeStart} and #{createTimeEnd} - and res.ltime between #{limeStart} and #{limeEnd} + and res.ltime between #{ltimeStart} and #{ltimeEnd} and exists( select 1 from xm.xm_menu m where m.menu_id=res.menu_id and m.product_id=#{productId}) and ( res.create_userid=#{myUserid} or res.handler_userid=#{myUserid})