فهرست منبع

fix优惠券发放平台学生

Eric 1 سال پیش
والد
کامیت
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 test="client.code == 'STUDENT'">
-                AND t.tenant_id_ == -1
+                AND t.tenant_id_ = -1
             </if>
         </where>