This commit is contained in:
苏尹岚
2021-04-15 10:35:23 +08:00
parent 93271b13cc
commit 661c6b477e

View File

@@ -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
}
}
}
}