|
@@ -201,7 +201,7 @@ public class ProjectService extends ServiceImpl<ProjectMapper,Project> {
|
|
|
*/
|
|
|
public Map<String, Object> detail(Long id) {
|
|
|
Project project = getOne(id);
|
|
|
- List<ProjectUserResponse> userList = projectUserService.getUserList(id);
|
|
|
+ List<ProjectUserResponse> userList = projectUserService.getUserList(id, null);
|
|
|
Map<String, Object> resultMap = new HashMap<>();
|
|
|
resultMap.put("project", project);
|
|
|
resultMap.put("userList", userList);
|