Browse Source

Merge branch '登录权限部分调整' into uat

zxfqwert 3 months ago
parent
commit
62c4bc1f70

+ 1 - 1
suishenbang-wxportal/suishenbang-wxportal-common/src/main/resources/mapper/wxportal/WxMagnetMapper.xml

@@ -189,7 +189,7 @@
             <if test="loginType != null and loginType != ''">
                 AND ur.shop_type = #{loginType}
             </if>
-            <if test="loginType == null and loginType == ''">
+            <if test="loginType = null and loginType = ''">
                 AND ur.shop_type is null
             </if>
         </where>