diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index 632bc93f2..8bcdf54fe 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -4361,7 +4361,7 @@ func CreateVendorStore(ctx *jxcontext.Context, storeID, vendorID int, payload ma VendorOrgCode: payload["vendorOrgCode"].(string), Status: 0, //平台还未审核等 DeliveryType: model.StoreDeliveryTypeByStore, - PricePercentage: int16(utils.MustInterface2Int64(payload["pricePercentage"])), + PricePercentage: int16(utils.Str2Int(utils.Interface2String(payload["pricePercentage"]))), AutoPickup: 1, DeliveryCompetition: 1, IsSync: 1,