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