This commit is contained in:
parent
2f706d5997
commit
b03ff092a3
|
@ -93,6 +93,13 @@ public class ProjectDailyServiceImpl implements ProjectDailyService {
|
||||||
Date beginTime,
|
Date beginTime,
|
||||||
Date endTime,
|
Date endTime,
|
||||||
HttpServletRequest request) {
|
HttpServletRequest request) {
|
||||||
|
// 获取用户id
|
||||||
|
Long userId = Processing.getAuthHeaderToUserId(request);
|
||||||
|
// 获取 我发布的及自己负责的项目下 的日报
|
||||||
|
List<ProjectDailyDO> projectDailyDOList =
|
||||||
|
projectDailyDAO.getMyProjectDaily(userId);
|
||||||
|
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user