From ee3db2392d779471c18e44a4082371aa159bc4db Mon Sep 17 00:00:00 2001 From: baohanddd Date: Sat, 30 Apr 2016 20:34:43 +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 --- .../src/main/resources/mainOrm/Users.xml | 16 ++++++++-------- 1 file changed, 8 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 061fe66..1849b32 100644 --- a/platform-biz-service/src/main/resources/mainOrm/Users.xml +++ b/platform-biz-service/src/main/resources/mainOrm/Users.xml @@ -218,7 +218,7 @@ 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 ur.yn = #{yn,jdbcType=INTEGER} and u.type = #{type,jdbcType=INTEGER} @@ -235,23 +235,23 @@ 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 ur.yn = #{yn,jdbcType=INTEGER} - + and u.type = #{type,jdbcType=INTEGER} -- 1.8.3.1