浏览代码

更改删除标志

hym 4 年之前
父节点
当前提交
434c2544e9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      user_center/src/main/resources/mapper/UserGroupMapper.xml

+ 1 - 1
user_center/src/main/resources/mapper/UserGroupMapper.xml

@@ -227,7 +227,7 @@
           and  b.GROUP_ID is null
         </if>
         <if test="tenantId != null and tenantId != ''">
-            and TENANT_ID = #{tenantId}
+            and a.TENANT_ID = #{tenantId}
         </if>
     </select>
     <update id="deleteUserGroupRelations">