Browse Source

Merge branch '门店人员-获取金牌店用户人员2591' of http://git.dgtis.com/qxp/suishenbang-oneportal into uat

njs 3 months ago
parent
commit
a242a8ff7f

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

@@ -190,7 +190,7 @@
                 AND ur.shop_type = #{loginType}
                 AND ur.shop_type = #{loginType}
             </if>
             </if>
 
 
-            <if test="loginType = null or loginType == ''.toString()">
+            <if test="loginType == null or loginType == ''.toString()">
                 AND ur.shop_type is null
                 AND ur.shop_type is null
             </if>
             </if>