up
This commit is contained in:
@@ -104,6 +104,9 @@ func getStoreDetail(db *DaoDB, storeID, vendorID int, vendorStoreID string) (sto
|
|||||||
storeDetail.AutoPickup = 1
|
storeDetail.AutoPickup = 1
|
||||||
storeDetail.DeliveryType = model.StoreDeliveryTypeByStore
|
storeDetail.DeliveryType = model.StoreDeliveryTypeByStore
|
||||||
storeDetail.DeliveryCompetition = 1
|
storeDetail.DeliveryCompetition = 1
|
||||||
|
if vendorID == model.VendorIDJX {
|
||||||
|
storeDetail.IsSync = 1
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return storeDetail, nil
|
return storeDetail, nil
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user