Commit 224d3749 authored by liudong1993's avatar liudong1993

微店价格配置

parent 26f5edef
......@@ -938,6 +938,9 @@ namespace Mall.Module.User
{
ssPrice += Math.Ceiling(ssPrice * (ssmodel.UpPrice ?? 0) / 100);
}
else {
ssPrice += (ssmodel.UpPrice ?? 0);
}
}
priceList.Add(new
{
......@@ -971,6 +974,9 @@ namespace Mall.Module.User
{
ssPrice += Math.Ceiling(ssPrice * (ssmodel.UpPrice ?? 0) / 100);
}
else {
ssPrice += (ssmodel.UpPrice ?? 0);
}
}
priceList.Add(new
{
......
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