|
@@ -196,6 +196,11 @@ public class ProjectMemberServiceImpl extends ServiceImpl<ProjectMemberMapper, P
|
|
}
|
|
}
|
|
|
|
|
|
@Override
|
|
@Override
|
|
|
|
+
|
|
|
|
+ public List<Project> selectListByUserId(String userId) {
|
|
|
|
+ return memberMapper.getProjectByUserId(userId);
|
|
|
|
+ }
|
|
|
|
+
|
|
public List<Long> getProjectByAccountIds(JSONArray accountIds) {
|
|
public List<Long> getProjectByAccountIds(JSONArray accountIds) {
|
|
return memberMapper.getProjectByAccountIds(accountIds);
|
|
return memberMapper.getProjectByAccountIds(accountIds);
|
|
}
|
|
}
|