|
@@ -197,7 +197,7 @@ public class PatrolInspectionPlanSonServiceImpl extends AbstractCrudService<Patr
|
|
if (planSonSiteCount <= 0) {
|
|
if (planSonSiteCount <= 0) {
|
|
throw new BusinessException("此地点尚未采集,请采集该点位");
|
|
throw new BusinessException("此地点尚未采集,请采集该点位");
|
|
}
|
|
}
|
|
- List<PatrolInspectionRecordPicture> recordPictureList = new ArrayList<>();
|
|
|
|
|
|
+// List<PatrolInspectionRecordPicture> recordPictureList = new ArrayList<>();
|
|
// if (planSonId != null && planSonId != 0) {
|
|
// if (planSonId != null && planSonId != 0) {
|
|
// LambdaQueryWrapper<PatrolInspectionRecord> query = Wrappers.lambdaQuery();
|
|
// LambdaQueryWrapper<PatrolInspectionRecord> query = Wrappers.lambdaQuery();
|
|
// query.eq(PatrolInspectionRecord::getSiteId, siteId)
|
|
// query.eq(PatrolInspectionRecord::getSiteId, siteId)
|