This commit is contained in:
richboo111
2022-10-08 14:03:35 +08:00
parent cecba7c4ec
commit 09a744efe8

View File

@@ -4361,7 +4361,6 @@ 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"].(interface{}))),
AutoPickup: 1,
DeliveryCompetition: 1,
IsSync: 1,