- Store and StoreMap add DeletedAt.
This commit is contained in:
@@ -109,7 +109,9 @@ func (p *PurchaseHandler) UpdateStore(storeID int, userName string) (err error)
|
||||
}
|
||||
// globals.SugarLogger.Debug(utils.Format4Output(params, false))
|
||||
if globals.EnableStoreWrite {
|
||||
err = api.EbaiAPI.ShopUpdate(params)
|
||||
if err = api.EbaiAPI.ShopUpdate(params); err == nil {
|
||||
// todo 设置 shop_id
|
||||
}
|
||||
}
|
||||
}
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user