|
@@ -5,7 +5,7 @@
|
|
|
<result column="id" jdbcType="VARCHAR" property="id" />
|
|
|
<result column="permisssionlevel" jdbcType="VARCHAR" property="permisssionlevel" />
|
|
|
<result column="permisssionname" jdbcType="VARCHAR" property="permisssionname" />
|
|
|
- <result column="describes" jdbcType="VARCHAR" property="describes" />
|
|
|
+ <result column="descr" jdbcType="VARCHAR" property="descr" />
|
|
|
<result column="remark1" jdbcType="VARCHAR" property="remark1" />
|
|
|
<result column="remark2" jdbcType="VARCHAR" property="remark2" />
|
|
|
<result column="parent" jdbcType="VARCHAR" property="parent" />
|
|
@@ -73,7 +73,7 @@
|
|
|
id,
|
|
|
permisssionlevel,
|
|
|
permisssionname,
|
|
|
- describes,
|
|
|
+ descr,
|
|
|
remark1,
|
|
|
remark2,
|
|
|
parent,
|
|
@@ -116,7 +116,7 @@
|
|
|
id,
|
|
|
permisssionlevel,
|
|
|
permisssionname,
|
|
|
- describes,
|
|
|
+ descr,
|
|
|
remark1,
|
|
|
remark2,
|
|
|
parent,
|
|
@@ -126,7 +126,7 @@
|
|
|
#{id,jdbcType=VARCHAR},
|
|
|
#{permisssionlevel,jdbcType=VARCHAR},
|
|
|
#{permisssionname,jdbcType=VARCHAR},
|
|
|
- #{describes,jdbcType=VARCHAR},
|
|
|
+ #{descr,jdbcType=VARCHAR},
|
|
|
#{remark1,jdbcType=VARCHAR},
|
|
|
#{remark2,jdbcType=VARCHAR},
|
|
|
#{parent,jdbcType=VARCHAR},
|
|
@@ -153,8 +153,8 @@
|
|
|
</if>
|
|
|
|
|
|
|
|
|
- <if test="describes != null">
|
|
|
- describes,
|
|
|
+ <if test="descr != null">
|
|
|
+ descr,
|
|
|
</if>
|
|
|
|
|
|
|
|
@@ -188,8 +188,8 @@
|
|
|
<if test="permisssionname != null">
|
|
|
#{permisssionname,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="describes != null">
|
|
|
- #{describes,jdbcType=VARCHAR},
|
|
|
+ <if test="descr != null">
|
|
|
+ #{descr,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="remark1 != null">
|
|
|
#{remark1,jdbcType=VARCHAR},
|
|
@@ -225,8 +225,8 @@
|
|
|
<if test="record.permisssionname != null">
|
|
|
permisssionname = #{record.permisssionname,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="record.describes != null">
|
|
|
- describes = #{record.describes,jdbcType=VARCHAR},
|
|
|
+ <if test="record.descr != null">
|
|
|
+ descr = #{record.descr,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="record.remark1 != null">
|
|
|
remark1 = #{record.remark1,jdbcType=VARCHAR},
|
|
@@ -254,7 +254,7 @@
|
|
|
id = #{record.id,jdbcType=VARCHAR},
|
|
|
permisssionlevel = #{record.permisssionlevel,jdbcType=VARCHAR},
|
|
|
permisssionname = #{record.permisssionname,jdbcType=VARCHAR},
|
|
|
- describes = #{record.describes,jdbcType=VARCHAR},
|
|
|
+ descr = #{record.descr,jdbcType=VARCHAR},
|
|
|
remark1 = #{record.remark1,jdbcType=VARCHAR},
|
|
|
remark2 = #{record.remark2,jdbcType=VARCHAR},
|
|
|
parent = #{record.parent,jdbcType=VARCHAR},
|
|
@@ -274,8 +274,8 @@
|
|
|
<if test="permisssionname != null">
|
|
|
permisssionname = #{permisssionname,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="describes != null">
|
|
|
- describes = #{describes,jdbcType=VARCHAR},
|
|
|
+ <if test="descr != null">
|
|
|
+ descr = #{descr,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="remark1 != null">
|
|
|
remark1 = #{remark1,jdbcType=VARCHAR},
|
|
@@ -302,7 +302,7 @@
|
|
|
set
|
|
|
permisssionlevel = #{permisssionlevel,jdbcType=VARCHAR},
|
|
|
permisssionname = #{permisssionname,jdbcType=VARCHAR},
|
|
|
- describes = #{describes,jdbcType=VARCHAR},
|
|
|
+ descr = #{descr,jdbcType=VARCHAR},
|
|
|
remark1 = #{remark1,jdbcType=VARCHAR},
|
|
|
remark2 = #{remark2,jdbcType=VARCHAR},
|
|
|
parent = #{parent,jdbcType=VARCHAR},
|