feat: update ppid files
This commit is contained in:
parent
1c0144a8c8
commit
12c80f4a83
|
|
@ -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,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue