@@ -9,10 +9,10 @@ | |||
<update id="updateById" parameterType="com.tuoheng.model.po.TenantPo"> | |||
update t_tenant | |||
<set> | |||
<if test="name !=null and name !=''"> | |||
<if test="name != null and name !=''"> | |||
name = #{name}, | |||
</if> | |||
<if test="enabled !=null"> | |||
<if test="enabled != null"> | |||
enabled = #{enabled}, | |||
</if> | |||
</set> |