Explorar el Código

更改删除标志

hym hace 4 años
padre
commit
434c2544e9
Se han modificado 1 ficheros con 1 adiciones y 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">