Commit 04435eb4 authored by 吴春's avatar 吴春
parents ed625a83 b3c855b3
...@@ -1191,7 +1191,7 @@ namespace Mall.Module.Product ...@@ -1191,7 +1191,7 @@ namespace Mall.Module.Product
model.Express = 0; model.Express = 0;
if (UserId > 0 && model.FreightId >= 0) if (UserId > 0 && model.FreightId >= 0)
{ {
int FreightId = 0; int FreightId = model.FreightId ?? 0;
if (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