This commit is contained in:
苏尹岚
2021-03-18 17:50:53 +08:00
parent ab9d270aa9
commit 4d4c5d6b9d

View File

@@ -1198,6 +1198,7 @@ func AddStoreVendorMap(ctx *jxcontext.Context, db *dao.DaoDB, vendorID int, vend
if store != nil {
storeMap.DeliveryType = store.DeliveryType
storeMap.Status = store.Status
storeMap.VendorStoreName = store.Name
}
err = nil
}