Commit de284972 authored by 黄奎's avatar 黄奎

页面修改

parent 0d18bb67
......@@ -24,6 +24,7 @@ SELECT A.*
FROM RB_Goods_Relevance AS A
WHERE 1=1
");
builder.AppendFormat(" AND A.{0}={1} ", nameof(RB_Goods_Relevance_Extend.Status), 0);
if (query.TenantId > 0)
{
builder.AppendFormat(" AND A.{0}={1} ", nameof(RB_Goods_Relevance_Extend.TenantId), query.TenantId);
......
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