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}