From c36ee11405fd39aa7608d667406b5519fcbdca8f Mon Sep 17 00:00:00 2001 From: baohanddd Date: Sat, 30 Apr 2016 20:39:15 +0800 Subject: [PATCH] =?UTF-8?q?add=20data=20import=20:=E6=9C=BA=E6=9E=84?= =?UTF-8?q?=E3=80=81=E9=83=A8=E9=97=A8=E3=80=81=E7=94=A8=E6=88=B7(?= =?UTF-8?q?=E5=8C=BB=E7=94=9F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform-biz-service/src/main/resources/mainOrm/Users.xml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/platform-biz-service/src/main/resources/mainOrm/Users.xml b/platform-biz-service/src/main/resources/mainOrm/Users.xml index 1849b32..25a260b 100644 --- a/platform-biz-service/src/main/resources/mainOrm/Users.xml +++ b/platform-biz-service/src/main/resources/mainOrm/Users.xml @@ -218,7 +218,6 @@ select id,logincenter_id,type,org_id,dept_id,name,account,pwd,phone,publish_id,p and u.yn = #{yn,jdbcType=INTEGER} --- and ur.yn = #{yn,jdbcType=INTEGER} and u.type = #{type,jdbcType=INTEGER} @@ -235,23 +234,22 @@ select id,logincenter_id,type,org_id,dept_id,name,account,pwd,phone,publish_id,p and name like CONCAT(#{keyword}, '%') - + and u.ks_id = #{ksId,jdbcType=INTEGER} - + and u.org_id = #{orgId,jdbcType=INTEGER} - + and u.dept_id = #{deptId,jdbcType=INTEGER} - + and ur.role_id = #{roleId,jdbcType=INTEGER} - + and u.yn = #{yn,jdbcType=INTEGER} - -- and ur.yn = #{yn,jdbcType=INTEGER} - + and u.type = #{type,jdbcType=INTEGER} -- 1.8.3.1