Explorar o código

更改删除标志

hym %!s(int64=4) %!d(string=hai) anos
pai
achega
434c2544e9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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">