|
@@ -72,7 +72,6 @@ public class LogStandardService {
|
|
|
public void standardSelfWorkHourByUserId(String userId){
|
|
|
if (!StringUtils.isEmpty(userId)) {
|
|
|
//从日志原始数据中获取每人每个项目每天工时。
|
|
|
- //由isRecent判断是否只获取最近30天的数据
|
|
|
List<ChuanyunWorkHourDO> selfList = chuanyunWorkHourDao.getSelfWorkHour(userId);
|
|
|
this.generateSelfWorkHourByWorkHourList(selfList);
|
|
|
}else {
|