|
|
@@ -65,7 +65,7 @@ public class ThInspectionServiceImpl extends BaseServiceImpl<ThInspectionMapper, |
|
|
|
public List<InspectionVO> track(Integer id) { |
|
|
|
|
|
|
|
LambdaQueryWrapper<ThInspection> lambdaQueryWrapper=new LambdaQueryWrapper<>(); |
|
|
|
lambdaQueryWrapper.eq(ThInspection::getMissionId,id).orderByDesc(ThInspection::getFlyTime); |
|
|
|
lambdaQueryWrapper.eq(ThInspection::getMissionId,id).orderByDesc(ThInspection::getCreateTime); |
|
|
|
//lambdaQueryWrapper.eq(ThInspection::getTenantId, ShiroUtils.getTenantId()); |
|
|
|
List<InspectionVO> result=new ArrayList<>(); |
|
|
|
List<ThInspection> thInspections = inspectionMapper.selectList(lambdaQueryWrapper); |