This commit is contained in:
苏尹岚
2021-02-19 11:32:20 +08:00
parent 9c6e6e6c65
commit a2c7eecdca
5 changed files with 47 additions and 16 deletions

View File

@@ -3937,6 +3937,7 @@ func CreateVendorStore(ctx *jxcontext.Context, storeID, vendorID int, payload ma
DeliveryType: model.StoreDeliveryTypeByStore,
PricePercentage: int16(utils.MustInterface2Int64(payload["pricePercentage"])),
AutoPickup: 1,
DeliveryCompetition: 1,
IsSync: 1,
PricePercentagePack: payload["pricePercentagePack"].(string),
}