|
|
|
@ -57,6 +57,9 @@ public class SuperviseReportService extends ServiceImpl<SuperviseReportMapper, S |
|
|
|
List<String> orgIds = departService.getAllNodeIds(queryParam.getDeptId()); |
|
|
|
List<String> orgIds = departService.getAllNodeIds(queryParam.getDeptId()); |
|
|
|
queryWrapper.in("t.crt_depart_id", orgIds); |
|
|
|
queryWrapper.in("t.crt_depart_id", orgIds); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if (CollectionUtil.isNotEmpty(queryParam.getCrtTime())){ |
|
|
|
|
|
|
|
queryWrapper.between("t.crt_time", queryParam.getCrtTime().get(0), queryParam.getCrtTime().get(1)); |
|
|
|
|
|
|
|
} |
|
|
|
//查询条件
|
|
|
|
//查询条件
|
|
|
|
queryWrapper |
|
|
|
queryWrapper |
|
|
|
.eq(Objects.nonNull(queryParam.getType()), "t.type", queryParam.getType()) |
|
|
|
.eq(Objects.nonNull(queryParam.getType()), "t.type", queryParam.getType()) |
|
|
|
|