@@ -94,9 +94,9 @@
<if test="code != null and code != ''">
CODE = #{code},
</if>
- <if test="logo != null and logo != ''">
+<!-- <if test="logo != null and logo != ''">-->
LOGO = #{logo},
- </if>
+<!-- </if>-->
<if test="webUrl != null and webUrl != ''">
WEB_URL = #{webUrl},