|
|
|
@ -81,7 +81,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
<if test="listClass != null">list_class = #{listClass},</if>
|
|
|
|
|
<if test="isDefault != null and isDefault != ''">is_default = #{isDefault},</if>
|
|
|
|
|
<if test="status != null">status = #{status},</if>
|
|
|
|
|
<if test="remark != null and remark != ''">remark = #{remark},</if>
|
|
|
|
|
<if test="remark != null">remark = #{remark},</if>
|
|
|
|
|
<if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
|
|
|
|
|
update_time = sysdate()
|
|
|
|
|
</set>
|
|
|
|
@ -106,7 +106,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
<if test="createBy != null and createBy != ''">create_by,</if>
|
|
|
|
|
create_time
|
|
|
|
|
)values(
|
|
|
|
|
<if test="dictSort != null and dictSort != ''">#{dictSort},</if>
|
|
|
|
|
<if test="dictSort != null">#{dictSort},</if>
|
|
|
|
|
<if test="dictLabel != null and dictLabel != ''">#{dictLabel},</if>
|
|
|
|
|
<if test="dictValue != null and dictValue != ''">#{dictValue},</if>
|
|
|
|
|
<if test="dictType != null and dictType != ''">#{dictType},</if>
|
|
|
|
|