| | |
| | | * @param checkInRecords |
| | | * @return |
| | | */ |
| | | List<CheckInRecordsVO> selectCheckInRecordsPage(IPage page, @Param("checkInRecords") CheckInRecordsVO checkInRecords); |
| | | List<CheckInRecordsVO> selectCheckInRecordsPage(IPage page, |
| | | @Param("checkInRecords") CheckInRecordsVO checkInRecords, |
| | | @Param("deptIdList") List<Long> deptIdList); |
| | | |
| | | |
| | | // List<CheckInRecordsVO> selectCheckInRecordsPage(IPage<CheckInRecordsVO> page, |
| | | // @Param("checkInRecords")CheckInRecordsVO checkInRecords, |
| | | // @Param("isAdministrator") Integer isAdministrator, |
| | | // @Param("gridCodeList")List gridCodeList, |
| | | // @Param("regionChildCodesList")List regionChildCodesList); |
| | | |
| | | |
| | | /** |
| | |
| | | * @return 打卡记录表集合 |
| | | */ |
| | | public List<CheckInRecordsDTO> selectCheckInRecordsList(CheckInRecordsDTO checkInRecordsDTO); |
| | | |
| | | } |