yonge 3 سال پیش
والد
کامیت
30bc5e8db1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      cooleshow-auth/auth-server/src/main/resources/config/mybatis/SysMenuMapper.xml

+ 1 - 1
cooleshow-auth/auth-server/src/main/resources/config/mybatis/SysMenuMapper.xml

@@ -99,7 +99,7 @@
             <if test="hid != null">
                 hidden_ = #{hid},
             </if>
-            <if test="memo != null">
+            <if test="memo != null and memo != ''">
                 memo_ = #{memo},
             </if>
         </set>