huangguoce hace 4 meses
padre
commit
8cb4c61672

+ 1 - 0
jeeplus-modules/jeeplus-ccpm/src/main/java/com/jeeplus/ccpm/approvalType/service/CcpmReimbursementTypeService.java

@@ -297,6 +297,7 @@ public class CcpmReimbursementTypeService {
                 i.setAttachmentName(dto.getName());
                 i.setAttachmentFlag(attachmentFlag);
                 i.setFileSize(dto.getSize());
+                i.setRemarks(dto.getRemarks());
                 i.setSort(j);
                 Map<String,String> map = new HashMap<>();
                 String workAttachment = JSON.toJSONString((i));