|
|
@@ -186,6 +186,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="moduleName != null and moduleName != ''">module_name = #{moduleName},</if>
|
|
|
<if test="businessName != null and businessName != ''">business_name = #{businessName},</if>
|
|
|
<if test="functionName != null and functionName != ''">function_name = #{functionName},</if>
|
|
|
+ <if test="tplWebType != null and tplWebType != ''">tpl_web_type = #{tplWebType},</if>
|
|
|
<if test="options != null and options != ''">options = #{options},</if>
|
|
|
<if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
|
|
|
<if test="remark != null">remark = #{remark},</if>
|