From 4359d8a5708959bced18198ee7036226483dd842 Mon Sep 17 00:00:00 2001 From: jiangjiazhi Date: Tue, 10 May 2016 12:08:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform-biz-service/src/main/resources/mainOrm/Users.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform-biz-service/src/main/resources/mainOrm/Users.xml b/platform-biz-service/src/main/resources/mainOrm/Users.xml index 1be49d7..26a9558 100644 --- a/platform-biz-service/src/main/resources/mainOrm/Users.xml +++ b/platform-biz-service/src/main/resources/mainOrm/Users.xml @@ -211,7 +211,7 @@ select id,logincenter_id,type,org_id,dept_id,name,account,pwd,phone,publish_id,p and u.ks_id = #{ksId,jdbcType=INTEGER} - + and u.org_id in #{item} @@ -248,7 +248,7 @@ select id,logincenter_id,type,org_id,dept_id,name,account,pwd,phone,publish_id,p and u.ks_id = #{ksId,jdbcType=INTEGER} - + and u.org_id in #{item} -- 1.8.3.1