This commit is contained in:
gazebo
2019-11-26 11:00:49 +08:00
parent 684c1091f8
commit b8a293c296

View File

@@ -104,6 +104,9 @@ func getStoreDetail(db *DaoDB, storeID, vendorID int, vendorStoreID string) (sto
storeDetail.AutoPickup = 1
storeDetail.DeliveryType = model.StoreDeliveryTypeByStore
storeDetail.DeliveryCompetition = 1
if vendorID == model.VendorIDJX {
storeDetail.IsSync = 1
}
}
return storeDetail, nil
}