@Mapper @Component public interface JobManagerMapper extends com.baomidou.mybatisplus.core.mapper.BaseMapper<JobManager>
| Modifier and Type | Method and Description |
|---|---|
JobManagerItem |
computeSizeDuration(int jobId) |
@Select(value="SELECT ISNULL(SUM(f.total_size),0) as total_size, ISNULL(SUM(l.duration),0) as duration FROM `load_task` as l LEFT JOIN `file_mapping` as f ON l.file_id=f.id WHERE l.job_id = #{job_id}")
JobManagerItem computeSizeDuration(@Param(value="job_id")
int jobId)
Copyright © 2024 The Apache Software Foundation. All rights reserved.