| | |
| | | @Mapper |
| | | public interface DjJdgzTrackRecordDao extends BaseDao<DjJdgzTrackRecord> { |
| | | |
| | | List<DjJdgzTrackRecord> getList(Long level1NetworkId,Integer status,Long userId); |
| | | List<DjJdgzTrackRecord> getList(Long level1NetworkId, Long deptId, Long teamId, Long cabinId, String type, Integer status, String name); |
| | | |
| | | List<DjJdgzTrackRecord> getHistory(Long level3NodeId); |
| | | |
| | |
| | | Integer getTrackNum(Long level3NodeId); |
| | | |
| | | List<DjJdgzTrackRecord> getListByImport(Long level1Id, Long level2Id, Long level2NodeId, String selectedIds); |
| | | |
| | | void retract(Long id); |
| | | } |