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