Commit 9e150995 authored by 吴春's avatar 吴春

1

parent c1e8477a
...@@ -42,14 +42,14 @@ namespace Mall.Repository.TradePavilion ...@@ -42,14 +42,14 @@ namespace Mall.Repository.TradePavilion
} }
if (!string.IsNullOrWhiteSpace(startTime)) //if (!string.IsNullOrWhiteSpace(startTime))
{ //{
builder.Append($" AND {nameof(RB_Prize_Extend.CreateDate)}={query.Id}"); // builder.Append($" AND {nameof(RB_Prize_Extend.CreateDate)}={query.Id}");
} //}
if (!string.IsNullOrWhiteSpace(endTime)) //if (!string.IsNullOrWhiteSpace(endTime))
{ //{
builder.Append($" AND {nameof(RB_Prize_Extend.CreateDate)}={query.Id}"); // builder.Append($" AND {nameof(RB_Prize_Extend.CreateDate)}={query.Id}");
} //}
} }
......
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