@@ -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
</where>