Explorar o código

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

njs hai 3 meses
pai
achega
a242a8ff7f

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

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