Commit b3c855b3 authored by liudong1993's avatar liudong1993

商品详情运费

parent 047596d5
......@@ -1191,7 +1191,7 @@ namespace Mall.Module.Product
model.Express = 0;
if (UserId > 0 && model.FreightId >= 0)
{
int FreightId = 0;
int FreightId = model.FreightId ?? 0;
if (model.FreightId == 0)
{
//查询默认
......
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