| | |
| | | |
| | | List<StatistReportsDto> getReport(Long level1NetworkId); |
| | | |
| | | List<DjJdgzTrackRecord> prompt(Long level1NetworkId, int weekNo, Long userId); |
| | | List<DjJdgzTrackRecord> prompt(Long level1NetworkId, int weekNo, Long userId,Long deptId,Long teamId,String name); |
| | | |
| | | List<DjJdgzTrackRecord> getdata(String teamgroupId, Long level1NetworkId, Long level3NetworkId, Long level3NodeId, Integer status, Date beginDate, Date endDate, Integer istq); |
| | | |
| | |
| | | void retract(Long id); |
| | | |
| | | List<ReportRecordDto> getReportRecord(Long level1NetworkId, int column, Long teamgroupId); |
| | | |
| | | Long getIsExit(Long level3NetworkId, String processName); |
| | | } |