From 3d547fc8f03ed942d9cc19bf289095cea86194d7 Mon Sep 17 00:00:00 2001 From: jiangjiazhi Date: Wed, 27 Jul 2016 16:25:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=98=AF=E5=90=A6=E9=80=9A?= =?UTF-8?q?=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform-biz-service/src/main/resources/mainOrm/Roles.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/platform-biz-service/src/main/resources/mainOrm/Roles.xml b/platform-biz-service/src/main/resources/mainOrm/Roles.xml index ceb817b..e476b70 100644 --- a/platform-biz-service/src/main/resources/mainOrm/Roles.xml +++ b/platform-biz-service/src/main/resources/mainOrm/Roles.xml @@ -59,6 +59,9 @@ insert into roles (type,name,publish_id,publish_name,yn,enable,modified,created, shortCode = #{shortCode,jdbcType=VARCHAR}, + + orgid =#{orgid,jdbcType=INTEGER}, + where id = #{id,jdbcType=INTEGER} @@ -70,7 +73,7 @@ delete from roles where id = #{id,jdbcType=INTEGER} @@ -130,6 +133,9 @@ select id,type,name,publish_id,publish_name,yn,enable,modified,created,remarks,s and name like CONCAT(#{keyword}, '%') + + and orgid =#{orgid,jdbcType=INTEGER} + -- 1.8.3.1