From bd46eff3b154d6337963d7ff61ae4933e7efe0f0 Mon Sep 17 00:00:00 2001 From: jiangjiazhi Date: Tue, 25 Oct 2016 10:01:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=A7=E6=9C=BA=E5=8F=B7=20=E6=9B=BF?= =?UTF-8?q?=E6=8D=A2=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mainOrm/master/MasterRoles.xml | 4 ++-- platform-biz-service/src/main/resources/mainOrm/slave/Roles.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/platform-biz-service/src/main/resources/mainOrm/master/MasterRoles.xml b/platform-biz-service/src/main/resources/mainOrm/master/MasterRoles.xml index cea5d73..5d66408 100644 --- a/platform-biz-service/src/main/resources/mainOrm/master/MasterRoles.xml +++ b/platform-biz-service/src/main/resources/mainOrm/master/MasterRoles.xml @@ -66,8 +66,8 @@ insert into roles (type,name,publish_id,publish_name,yn,enable,modified,created, shortCode = #{shortCode,jdbcType=VARCHAR}, - - orgid =#{orgid,jdbcType=INTEGER}, + + orgid =#{orgId,jdbcType=INTEGER}, where id = #{id,jdbcType=INTEGER} diff --git a/platform-biz-service/src/main/resources/mainOrm/slave/Roles.xml b/platform-biz-service/src/main/resources/mainOrm/slave/Roles.xml index 3149edc..3b1f99a 100644 --- a/platform-biz-service/src/main/resources/mainOrm/slave/Roles.xml +++ b/platform-biz-service/src/main/resources/mainOrm/slave/Roles.xml @@ -66,8 +66,8 @@ insert into roles (type,name,publish_id,publish_name,yn,enable,modified,created, shortCode = #{shortCode,jdbcType=VARCHAR}, - - orgid =#{orgid,jdbcType=INTEGER}, + + orgid =#{orgId,jdbcType=INTEGER}, where id = #{id,jdbcType=INTEGER} -- 1.8.3.1