|
|
@@ -21,7 +21,7 @@
|
|
|
<result property="updateTime" column="UPDATE_TIME_" jdbcType="TIMESTAMP"/>
|
|
|
<result property="tenantId" column="TENANT_ID_" jdbcType="VARCHAR"/>
|
|
|
<result property="isShow" column="IS_SHOW_" jdbcType="VARCHAR"/>
|
|
|
- <result property="authorityName" column="AUTHORITY_NAME" jdbcType="VARCHAR"/>
|
|
|
+ <result property="authorityName" column="AUTHORITY_NAME" jdbcType="LONGVARCHAR"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<sql id="columns">
|
|
|
@@ -36,7 +36,7 @@
|
|
|
#{struType,jdbcType=VARCHAR}, #{parentId,jdbcType=VARCHAR}, #{depth,jdbcType=NUMERIC}, #{path,jdbcType=VARCHAR},
|
|
|
#{isLeaf,jdbcType=VARCHAR}, #{ownerId,jdbcType=VARCHAR}, #{sn,jdbcType=NUMERIC}, #{createBy,jdbcType=VARCHAR},
|
|
|
#{createTime,jdbcType=TIMESTAMP}, #{createOrgId,jdbcType=VARCHAR}, #{updateBy,jdbcType=VARCHAR},
|
|
|
- #{updateTime,jdbcType=TIMESTAMP}, #{tenantId,jdbcType=VARCHAR} ,#{authorityName,jdbcType=VARCHAR} )
|
|
|
+ #{updateTime,jdbcType=TIMESTAMP}, #{tenantId,jdbcType=VARCHAR} ,#{authorityName,jdbcType=LONGVARCHAR} )
|
|
|
</insert>
|
|
|
|
|
|
<select id="get" parameterType="java.lang.String" resultMap="Type">
|
|
|
@@ -85,7 +85,7 @@
|
|
|
CREATE_ORG_ID_=#{createOrgId,jdbcType=VARCHAR},
|
|
|
UPDATE_BY_=#{updateBy,jdbcType=VARCHAR},
|
|
|
UPDATE_TIME_=#{updateTime,jdbcType=TIMESTAMP},
|
|
|
- AUTHORITY_NAME=#{authorityName,jdbcType=VARCHAR}
|
|
|
+ AUTHORITY_NAME=#{authorityName,jdbcType=LONGVARCHAR}
|
|
|
WHERE
|
|
|
ID_=#{id}
|
|
|
</update>
|