aa
This commit is contained in:
@@ -1691,10 +1691,12 @@ func GetStoreCourierMaps(ctx *jxcontext.Context, db *dao.DaoDB, storeID int, ven
|
|||||||
for _, v := range storeCourierMaps {
|
for _, v := range storeCourierMaps {
|
||||||
if v != nil {
|
if v != nil {
|
||||||
if v.VendorStoreName == "" {
|
if v.VendorStoreName == "" {
|
||||||
|
if storeDetail != nil {
|
||||||
v.VendorStoreName = storeDetail.Name
|
v.VendorStoreName = storeDetail.Name
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
return storeCourierMaps, err
|
return storeCourierMaps, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user