Commit 173f47f2 by shenjunjie

getAggreeList调整

parent 662b6034
...@@ -1783,7 +1783,7 @@ public class MarkDataServiceImpl implements MarkDataService { ...@@ -1783,7 +1783,7 @@ public class MarkDataServiceImpl implements MarkDataService {
if (null == dto.getAggreeId()) { if (null == dto.getAggreeId()) {
ExceptionCast.cast(CommonCodeEnum.INVALID_PARAM); ExceptionCast.cast(CommonCodeEnum.INVALID_PARAM);
} }
defaultMarkSearch(dto); dto.setProjectId(UserThreadLocal.getProjectId());
Query query = assembleAggreeQuery(dto); Query query = assembleAggreeQuery(dto);
// 量查询 // 量查询
long count = aggreeResultDao.count(query); long count = aggreeResultDao.count(query);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment