This commit is contained in:
richboo111
2022-10-08 13:43:45 +08:00
parent d40bbc6c5e
commit c2e2abbca2

View File

@@ -4361,7 +4361,7 @@ func CreateVendorStore(ctx *jxcontext.Context, storeID, vendorID int, payload ma
VendorOrgCode: payload["vendorOrgCode"].(string), VendorOrgCode: payload["vendorOrgCode"].(string),
Status: 0, //平台还未审核等 Status: 0, //平台还未审核等
DeliveryType: model.StoreDeliveryTypeByStore, DeliveryType: model.StoreDeliveryTypeByStore,
PricePercentage: int16(utils.Str2Int(utils.Interface2String(payload["pricePercentage"]))), PricePercentage: int16(utils.Str2Int(utils.Interface2String(payload["pricePercentage"].(string)))),
AutoPickup: 1, AutoPickup: 1,
DeliveryCompetition: 1, DeliveryCompetition: 1,
IsSync: 1, IsSync: 1,