同步代码 更换电脑
This commit is contained in:
@@ -159,7 +159,7 @@ public class OaProjectReportServiceImpl implements IOaProjectReportService {
|
||||
QueryWrapper<OaProjectReport> oaProjectReportQueryWrapper = ClearbuildQueryWrapper(oaProjectReportBo);
|
||||
// 查询今日数据
|
||||
projectReportCardVo.setTodayCount(baseMapper.selectCount(oaProjectReportQueryWrapper));
|
||||
oaProjectReportQueryWrapper.select("COUNT(DISTINCT project_id) AS cnt");
|
||||
oaProjectReportQueryWrapper.select("DISTINCT project_id");
|
||||
projectReportCardVo.setInProgressProjects(baseMapper.selectCount(oaProjectReportQueryWrapper));
|
||||
projectReportCardVo.setExceptions(baseMapper.countWithPending(new Date()));
|
||||
projectReportCardVo.setCompletionRate(baseMapper.countWithCompleted(new Date()));
|
||||
|
||||
Reference in New Issue
Block a user