From abd14ea69cd84022f3f2fea2611d35f4593d2798 Mon Sep 17 00:00:00 2001 From: "rui.zhang" Date: Thu, 12 May 2016 09:30:52 +0800 Subject: [PATCH] bug fix --- platform-biz-service/src/main/resources/mainOrm/Departments.xml | 4 ++-- platform-biz-service/src/main/resources/mainOrm/Organization.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/platform-biz-service/src/main/resources/mainOrm/Departments.xml b/platform-biz-service/src/main/resources/mainOrm/Departments.xml index 7bab24e..367d5ca 100644 --- a/platform-biz-service/src/main/resources/mainOrm/Departments.xml +++ b/platform-biz-service/src/main/resources/mainOrm/Departments.xml @@ -40,7 +40,7 @@ insert into departments (foreign_id,parent_id,name,org_id,description,publish_id foreign_id = #{foreignId,jdbcType=INTEGER}, - + description = #{description,jdbcType=VARCHAR}, @@ -61,7 +61,7 @@ insert into departments (foreign_id,parent_id,name,org_id,description,publish_id type = #{type,jdbcType=INTEGER}, - + shortCode = #{shortCode,jdbcType=VARCHAR}, diff --git a/platform-biz-service/src/main/resources/mainOrm/Organization.xml b/platform-biz-service/src/main/resources/mainOrm/Organization.xml index a215f9f..e634079 100644 --- a/platform-biz-service/src/main/resources/mainOrm/Organization.xml +++ b/platform-biz-service/src/main/resources/mainOrm/Organization.xml @@ -64,7 +64,7 @@ values (#{foreignId},#{name},#{type},#{level},#{areaManage},#{provinceId},#{city address = #{address,jdbcType=VARCHAR}, - + description = #{description,jdbcType=VARCHAR}, -- 1.8.3.1