From b34508f366dc6dcd6ecb289ab8892b3c929f70b6 Mon Sep 17 00:00:00 2001 From: liquanyu Date: Thu, 28 Jul 2016 16:54:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E6=9C=AC=E4=BF=A1=E6=81=AF=E4=BF=9D?= =?UTF-8?q?=E5=AD=98?= 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, 4 insertions(+) diff --git a/platform-biz-service/src/main/resources/mainOrm/Users.xml b/platform-biz-service/src/main/resources/mainOrm/Users.xml index db13ab3..ed509a6 100644 --- a/platform-biz-service/src/main/resources/mainOrm/Users.xml +++ b/platform-biz-service/src/main/resources/mainOrm/Users.xml @@ -223,6 +223,10 @@ select id,logincenter_id,type,org_id,dept_id,name,account,pwd,phone,publish_id,p #{item} + + and u.org_id = #{orgId,jdbcType=INTEGER} + + and u.dept_id = #{deptId,jdbcType=INTEGER} -- 1.8.3.1