Browse Source

修改查询角色

yanyuan
ma 4 years ago
parent
commit
477dbc4848
  1. 1
      common/src/main/resources/mapper_dao/ProRoleDao.xml

1
common/src/main/resources/mapper_dao/ProRoleDao.xml

@ -133,6 +133,7 @@
WHERE
r.project_id = #{projectId}
and m.user_id = #{userId}
and m.project_id = #{projectId}
and r.rec_status = 0
and rm.rec_status = 0
and m.rec_status = 0

Loading…
Cancel
Save