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