From 29a5baafaf17c4c2ab1ad7e6638c97b009bf3580 Mon Sep 17 00:00:00 2001 From: baohanddd Date: Sat, 30 Apr 2016 20:25:45 +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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/platform-biz-service/src/main/resources/mainOrm/Users.xml b/platform-biz-service/src/main/resources/mainOrm/Users.xml index dccc38b..061fe66 100644 --- a/platform-biz-service/src/main/resources/mainOrm/Users.xml +++ b/platform-biz-service/src/main/resources/mainOrm/Users.xml @@ -204,23 +204,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 u.type = #{type,jdbcType=INTEGER} -- 1.8.3.1