Browse Source

Merge branch 'yanyuan' of dd.tall.wiki:ccsens_wiki/ccsenscloud into yanyuan

yanyuan
zy_Java 4 years ago
parent
commit
33a5886031
  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