Update logo
This commit is contained in:
parent
667aecae09
commit
350c670d04
@ -195,6 +195,10 @@ func (o *PartnerDB) ToUpdatedPartnerData(updatedBy int64, req PartnerUpdate) {
|
||||
if req.Status != "" {
|
||||
o.Status = req.Status
|
||||
}
|
||||
|
||||
if req.Logo != "" {
|
||||
o.Logo = req.Logo
|
||||
}
|
||||
}
|
||||
|
||||
func (o *PartnerDB) SetDeleted(updatedBy int64) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user