Преглед на файлове

磁铁根据应用赋值

zxfqwert преди 3 месеца
родител
ревизия
d2806e796c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      suishenbang-wxportal/suishenbang-wxportal-common/src/main/resources/mapper/wxportal/WxMagnetMapper.xml

+ 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>