diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index f1b9e9f8b..67884afb8 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -563,7 +563,7 @@ func setStoreSkuBindStatus(skuBind *model.StoreSkuBind, status int8) { } func checkStoreExisting(db *dao.DaoDB, storeID int) (err error) { - store := model.Store{} + store := &model.Store{} store.ID = storeID if err = dao.GetEntity(db, store); err != nil { if err == orm.ErrNoRows {