Commit 2d131a62 authored by liudong1993's avatar liudong1993

1

parent 76212641
...@@ -101,7 +101,7 @@ INNER JOIN rb_mallbase as c on a.MallBaseId = c.ID and a.TenantId = c.TenantId W ...@@ -101,7 +101,7 @@ INNER JOIN rb_mallbase as c on a.MallBaseId = c.ID and a.TenantId = c.TenantId W
} }
if (!string.IsNullOrWhiteSpace(query.CategoryIds)) if (!string.IsNullOrWhiteSpace(query.CategoryIds))
{ {
query.CategoryIds += query.CategoryIds + ",0"; query.CategoryIds += ",0";
builder.Append($" AND b.{nameof(RB_FreeShippingCategory_Extend.CategoryId)} in({query.CategoryIds})"); builder.Append($" AND b.{nameof(RB_FreeShippingCategory_Extend.CategoryId)} in({query.CategoryIds})");
} }
} }
......
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