Commit 28057385 authored by 吴春's avatar 吴春

11

parent 36b35256
...@@ -29,7 +29,7 @@ SELECT a.*,b.ClassName from rb_brand as a LEFT JOIN rb_brandclass as b on a.Bran ...@@ -29,7 +29,7 @@ SELECT a.*,b.ClassName from rb_brand as a LEFT JOIN rb_brandclass as b on a.Bran
WHERE 1=1 WHERE 1=1
"); ");
builder.AppendFormat(" AND a.{0}={1} ", nameof(RB_Brand_Extend.Status), (int)DateStateEnum.Normal); builder.AppendFormat(" AND a.{0}={1} ", nameof(RB_Brand_Extend.Status), (int)DateStateEnum.Normal);
builder.AppendFormat(" AND b.{0}={1} ", nameof(RB_Brand_Extend.Status), (int)DateStateEnum.Normal); //builder.AppendFormat(" AND b.{0}={1} ", nameof(RB_Brand_Extend.Status), (int)DateStateEnum.Normal);
if (query == null) if (query == null)
{ {
return new List<RB_Brand_Extend>(); return new List<RB_Brand_Extend>();
......
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