From 9c799ac97d3ababc5b348cb78bc0e47ae89ba27c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Tue, 15 Feb 2022 20:02:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BF=AE=E6=94=B9=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E6=97=B6=E9=97=B4=E7=9A=84=E5=8D=95=E7=8B=AC=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/xm-backend.iml | 6 ++++-- xm-bootstrap/xm-bootstrap.iml | 7 ++++--- xm-core/pom.xml | 5 +++++ .../mybatis/mapper/xm/core/dao/XmProductMapper.xml | 2 ++ xm-core/xm-core.iml | 10 ++++++---- 5 files changed, 21 insertions(+), 9 deletions(-) diff --git a/.idea/xm-backend.iml b/.idea/xm-backend.iml index b738ec29..106f8339 100644 --- a/.idea/xm-backend.iml +++ b/.idea/xm-backend.iml @@ -63,7 +63,6 @@ - @@ -89,7 +88,7 @@ - + @@ -116,6 +115,8 @@ + + @@ -133,6 +134,7 @@ + diff --git a/xm-bootstrap/xm-bootstrap.iml b/xm-bootstrap/xm-bootstrap.iml index a484d779..be4afede 100644 --- a/xm-bootstrap/xm-bootstrap.iml +++ b/xm-bootstrap/xm-bootstrap.iml @@ -60,7 +60,6 @@ - @@ -129,7 +128,8 @@ - + + @@ -194,7 +194,7 @@ - + @@ -221,6 +221,7 @@ + diff --git a/xm-core/pom.xml b/xm-core/pom.xml index 6f13e40d..bfe5fc3a 100644 --- a/xm-core/pom.xml +++ b/xm-core/pom.xml @@ -24,6 +24,11 @@ mdp-tpa-client ${mdp.version} + + com.mdp + mdp-ds + ${mdp.version} + com.mdp mdp-oauth2-client diff --git a/xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmProductMapper.xml b/xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmProductMapper.xml index 9228b899..deb06b23 100644 --- a/xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmProductMapper.xml +++ b/xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmProductMapper.xml @@ -31,6 +31,7 @@ ) and res.product_name like #{key} + and ctime between #{ctimeStart} and #{ctimeEnd} @@ -61,6 +62,7 @@ or exists ( select 1 from xm_menu m where m.mm_userid=#{compete} and m.product_id=res.id) ) + and ctime between #{ctimeStart} and #{ctimeEnd} diff --git a/xm-core/xm-core.iml b/xm-core/xm-core.iml index 3a163e06..c652dc33 100644 --- a/xm-core/xm-core.iml +++ b/xm-core/xm-core.iml @@ -27,7 +27,6 @@ - @@ -40,6 +39,11 @@ + + + + + @@ -77,7 +81,6 @@ - @@ -109,7 +112,7 @@ - + @@ -125,7 +128,6 @@ -