chenyuehu 4 年之前
父节点
当前提交
a018d4cb07

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