aa
This commit is contained in:
@@ -1639,7 +1639,7 @@ func GetStoreCourierMaps(ctx *jxcontext.Context, db *dao.DaoDB, storeID int, ven
|
||||
}
|
||||
}
|
||||
handler := partner.GetDeliveryPlatformFromVendorID(vendorID).Handler
|
||||
storeDetail, _ := handler.GetStore(ctx, storeID, "")
|
||||
storeDetail, _ := handler.GetStore(ctx, storeID, utils.Int2Str(storeID))
|
||||
for _, v := range storeCourierMaps {
|
||||
if v.VendorStoreName == "" {
|
||||
v.VendorStoreName = storeDetail.Name
|
||||
|
||||
Reference in New Issue
Block a user