|
@@ -149,7 +149,6 @@ public class ProjectMemberServiceImpl extends ServiceImpl<ProjectMemberMapper, P
|
|
temp.put("project", projectMember);
|
|
temp.put("project", projectMember);
|
|
QueryWrapper<UserAllocation> queryWrapper = new QueryWrapper<>();
|
|
QueryWrapper<UserAllocation> queryWrapper = new QueryWrapper<>();
|
|
queryWrapper.eq("project_id", projectMember.getProjectId());
|
|
queryWrapper.eq("project_id", projectMember.getProjectId());
|
|
- queryWrapper.eq("account_status", 0);
|
|
|
|
queryWrapper.isNotNull("account_id");
|
|
queryWrapper.isNotNull("account_id");
|
|
List<UserAllocation> userAllocations = userAllocationMapper.selectList(queryWrapper);
|
|
List<UserAllocation> userAllocations = userAllocationMapper.selectList(queryWrapper);
|
|
if (userAllocations.isEmpty()) {
|
|
if (userAllocations.isEmpty()) {
|