Browse Source

Merge branch 'tall3' of ssh://101.201.226.163:50022/ccsens_wiki/ccsenscloud into tall3

tall3
zhangye 3 years ago
parent
commit
e7bd53b2d7
  1. 1
      common/src/main/resources/mapper_dao/ProRoleDao.xml

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

@ -134,6 +134,7 @@
r.project_id = #{projectId} r.project_id = #{projectId}
and m.user_id = #{userId} and m.user_id = #{userId}
and r.rec_status = 0 and r.rec_status = 0
and m.project_id = #{projectId}
and rm.rec_status = 0 and rm.rec_status = 0
and m.rec_status = 0 and m.rec_status = 0
</select> </select>

Loading…
Cancel
Save