| | |
| | | import cn.huge.base.common.exception.ServiceException; |
| | | import cn.huge.base.common.utils.DateUtils; |
| | | import cn.huge.base.common.utils.IdUtils; |
| | | import cn.huge.module.cases.domain.dto.FrontPageListDTO; |
| | | import cn.huge.module.client.api.impl.CustClientImpl; |
| | | import cn.huge.module.client.api.impl.SysClientImpl; |
| | | import cn.huge.module.client.api.impl.UtilsClientImpl; |
| | |
| | | } |
| | | return caseAssistApply; |
| | | } |
| | | |
| | | /** |
| | | * 首页查询 |
| | | * @param auditUnitId 审核组织编号 |
| | | * @return long |
| | | */ |
| | | public long countAssistReview(String auditUnitId){ |
| | | return mapper.countAssistReview(auditUnitId); |
| | | } |
| | | |
| | | /** |
| | | * 首页-待审核条件统计 |
| | | * @param terms 条件 |
| | | * @return long |
| | | */ |
| | | public long countMyTaskAssistReview(Map<String, Object> terms){ |
| | | return mapper.countMyTaskAssistReview(terms); |
| | | } |
| | | |
| | | /** |
| | | * 按条件查询 |
| | | * @param page 分页对象 |
| | | * @param terms 条件 |
| | | * @return List |
| | | */ |
| | | public List<FrontPageListDTO> pageMyTaskAssistReview(PageRequest page, Map<String, Object> terms){ |
| | | return mapper.pageMyTaskAssistReview(page, terms); |
| | | } |
| | | } |