|
@@ -386,6 +386,8 @@ public class RepairApplicationFormServiceImpl extends BaseServiceImpl<RepairAppl
|
|
|
applicationForm.setRepairContent(dto.getRepairContent());
|
|
|
applicationForm.setRepairErrorTypeId(dto.getRepairErrorTypeId());
|
|
|
applicationForm.setUpdateTime(LocalDateTime.now());
|
|
|
+ applicationForm.setContent(dto.getContent());
|
|
|
+ applicationForm.setOutType(dto.getOutType());
|
|
|
|
|
|
|
|
|
Weekend<SysFile> weekend = new Weekend<>(SysFile.class);
|