浏览代码

修改租户logo

wangyangyang 4 年之前
父节点
当前提交
713effdaf6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      user_center/src/main/resources/mapper/TenantMapper.xml

+ 2 - 2
user_center/src/main/resources/mapper/TenantMapper.xml

@@ -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},
             </if>