From 944635c62fa547f7b3819454d4395b26c360a348 Mon Sep 17 00:00:00 2001 From: ma <1062634917@qq.com> Date: Mon, 8 Nov 2021 16:52:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9F=A5=E8=AF=A2=E8=A7=92?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/src/main/resources/mapper_dao/ProRoleDao.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/common/src/main/resources/mapper_dao/ProRoleDao.xml b/common/src/main/resources/mapper_dao/ProRoleDao.xml index 7cc5b69e..f157fef2 100644 --- a/common/src/main/resources/mapper_dao/ProRoleDao.xml +++ b/common/src/main/resources/mapper_dao/ProRoleDao.xml @@ -134,6 +134,7 @@ r.project_id = #{projectId} and m.user_id = #{userId} and r.rec_status = 0 + and m.project_id = #{projectId} and rm.rec_status = 0 and m.rec_status = 0