|
@@ -127,6 +127,7 @@ public class ClockInfoServiceImpl extends ServiceImpl<ClockInfoMapper, ClockInfo
|
|
pageView.put("compId", clockInfo.getCompId());
|
|
pageView.put("compId", clockInfo.getCompId());
|
|
pageView.put("commonId", clockInfo.getCommonId());
|
|
pageView.put("commonId", clockInfo.getCommonId());
|
|
pageView.put("pageSize", clockInfo.getPageSize());
|
|
pageView.put("pageSize", clockInfo.getPageSize());
|
|
|
|
+ pageView.put("yearMonth",clockInfo.getYearMonth());
|
|
pageView.put("currentPage", clockInfo.getCurrentPage());
|
|
pageView.put("currentPage", clockInfo.getCurrentPage());
|
|
// 查询总数
|
|
// 查询总数
|
|
Integer dataCount = baseMapper.getCountByCondition(pageView);
|
|
Integer dataCount = baseMapper.getCountByCondition(pageView);
|