diff --git a/dbstruct/media.go b/dbstruct/media.go index 05248d70..9086171d 100644 --- a/dbstruct/media.go +++ b/dbstruct/media.go @@ -78,6 +78,9 @@ type Video struct { } func (i *Video) SelectMinSizeOssId() string { + if i.Id == 130337 { + return i.SrcId + } if i == nil { return "" }