Commit b717c3a4 authored by 黄奎's avatar 黄奎

页面修改

parent bd4c9d67
...@@ -6838,9 +6838,9 @@ namespace Mall.Module.Product ...@@ -6838,9 +6838,9 @@ namespace Mall.Module.Product
var leModel = logistics_ExpressRepository.GetEntity(model.ReExpressId); var leModel = logistics_ExpressRepository.GetEntity(model.ReExpressId);
ExpressList.Add(new ExpressList.Add(new
{ {
Name = ldModel.Name ?? "", Name = ldModel?.Name ?? "",
ExpressName = leModel.Name ?? "", ExpressName = leModel?.Name ?? "",
ExpressNumber = model.ReExpressNumber, ExpressNumber = model?.ReExpressNumber,
Type = 1 Type = 1
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment