chenyuehu 4 년 전
부모
커밋
a018d4cb07
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      platform-service/src/main/java/com/platform/service/repair/impl/RepairApplicationFormServiceImpl.java

+ 2 - 0
platform-service/src/main/java/com/platform/service/repair/impl/RepairApplicationFormServiceImpl.java

@@ -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);