feat: update ppid files

This commit is contained in:
hanif salafi 2024-07-15 16:21:04 +07:00
parent 9cad73e43f
commit e6aed37f8d
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ func (req PpidDataFilesCreateRequest) ToEntity() *entity.PpidDataFiles {
FileUrl: req.FileUrl, FileUrl: req.FileUrl,
Size: req.Size, Size: req.Size,
CreatedById: req.CreatedById, CreatedById: req.CreatedById,
IsActive: true,
StatusId: req.StatusId, StatusId: req.StatusId,
} }
} }