Commit 0fbc8942 authored by 温志超's avatar 温志超

-

parent 0f2fdb87
...@@ -136,6 +136,18 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -136,6 +136,18 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="createTime != null">create_time = #{createTime},</if> <if test="createTime != null">create_time = #{createTime},</if>
<if test="updateBy != null">update_by = #{updateBy},</if> <if test="updateBy != null">update_by = #{updateBy},</if>
<if test="updateTime != null">update_time = #{updateTime},</if> <if test="updateTime != null">update_time = #{updateTime},</if>
<if test="templateId != null">
template_Id = #{templateId,jdbcType=BIGINT},
</if>
<if test="templateCode != null">
template_Code = #{templateCode,jdbcType=VARCHAR},
</if>
<if test="templateName != null">
template_Name = #{templateName,jdbcType=VARCHAR},
</if>
<if test="templateType != null">
template_Type = #{templateType,jdbcType=VARCHAR},
</if>
</trim> </trim>
where rule_id = #{ruleId} where rule_id = #{ruleId}
</update> </update>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment