| | |
| | | * @param onlyMine |
| | | * @return |
| | | */ |
| | | List<GdClueEventListVO> selectGdClueEventSimpleList(@Param("deptId") Long deptId, @Param("userId") Long userId, @Param("onlyMine") Integer onlyMine); |
| | | List<GdClueEventListVO> selectGdClueEventSimpleList(@Param("deptId") Long deptId, @Param("userId") Long userId, |
| | | @Param("onlyMine") Integer onlyMine, @Param("keyword") String keyword); |
| | | |
| | | /** |
| | | * 详情查询 |
| | |
| | | * @param userId |
| | | * @return |
| | | */ |
| | | GdClueEventCountVO selectGdClueEventCount(@Param("deptId") Long deptId, @Param("userId") Long userId); |
| | | GdClueEventCountVO selectGdClueEventCount(@Param("deptId") Long deptId, @Param("userId") Long userId, |
| | | @Param("keyword") String keyword); |
| | | |
| | | |
| | | /** |