|
@@ -272,6 +272,7 @@ public class PatrolInspectionPlanSonServiceImpl extends AbstractCrudService<Patr
|
|
|
patrolInspectionRecord.setTenantId(SecurityUtils.getTenantId());
|
|
|
patrolInspectionRecord.setCompanyId(planRecordVo.getCompanyId());
|
|
|
patrolInspectionRecord.setCreator(SecurityUtils.getUsername());
|
|
|
+ patrolInspectionRecord.setRemarks(planRecordVo.getRemarks());
|
|
|
patrolInspectionRecordMapper.insert(patrolInspectionRecord);
|
|
|
Integer recordId = patrolInspectionRecord.getId();
|
|
|
List<PatrolInspectionRecordPicture> recordPictureList = planRecordVo.getRecordPictureList();
|