|
@@ -77,6 +77,12 @@ public class PatrolInspectionRecordServiceImpl extends AbstractCrudService<Patro
|
|
|
return new CommonPage<>(list, patrolInspectionRecordList.size(), pageSize, pageNum);
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+// public List<PatrolInspectionPlan> getPatrolInspectionPlan(){
|
|
|
+// LambdaQueryWrapper<PatrolInspectionRecord> queryWrapper = Wrappers.lambdaQuery();
|
|
|
+// queryWrapper.eq(PatrolInspectionRecord::getTenantId, SecurityUtils.getTenantId());
|
|
|
+// }
|
|
|
+
|
|
|
public List<PatrolInspectionRecordVo> patrolInspectionRecordDetails(Integer id) {
|
|
|
//记录查询
|
|
|
LambdaQueryWrapper<PatrolInspectionRecord> queryWrapper = Wrappers.lambdaQuery();
|