Commit 93168d14 authored by liudong1993's avatar liudong1993

1

parent 9f0fb762
......@@ -51,6 +51,10 @@ namespace Mall.Repository.TradePavilion
{
builder.Append($" AND {nameof(RB_Authentication_Extend.BusinessType)}={(int)query.BusinessType}");
}
if (query.CreateBy > 0)
{
builder.Append($" AND {nameof(RB_Authentication_Extend.CreateBy)}={query.CreateBy}");
}
if (query.Category > 0)
{
builder.Append($" AND {nameof(RB_Authentication_Extend.Category)}={(int)query.Category}");
......
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