Просмотр исходного кода

fix优惠券发放平台学生

Eric 2 лет назад
Родитель
Сommit
784cdbea45
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      cooleshow-user/user-biz/src/main/resources/config/mybatis/SysUserMapper.xml

+ 1 - 1
cooleshow-user/user-biz/src/main/resources/config/mybatis/SysUserMapper.xml

@@ -64,7 +64,7 @@
                 )
                 )
             </if>
             </if>
             <if test="client.code == 'STUDENT'">
             <if test="client.code == 'STUDENT'">
-                AND t.tenant_id_ == -1
+                AND t.tenant_id_ = -1
             </if>
             </if>
         </where>
         </where>