|
|
@@ -155,7 +155,7 @@ public class QwWatchLogServiceImpl extends ServiceImpl<QwWatchLogMapper, QwWatch
|
|
|
if (param.getCompanyUserId()!=null){
|
|
|
param.setIds(companyUserMapper.selectQwUserIdsByCompany(param.getCompanyUserId()));
|
|
|
}
|
|
|
- List<QwWatchLogStatisticsListVO> vos = qwWatchLogMapper.selectQwExtCountByDayAndOther(param);
|
|
|
+ List<QwWatchLogStatisticsListVO> vos = qwWatchLogMapper.selectQwExtCountByDayAndOtherByParam(param);
|
|
|
for (QwWatchLogStatisticsListVO vo : vos) {
|
|
|
Long id = vo.getId();
|
|
|
Date createTime = vo.getCreateTime();
|