Commit 18f5da20 authored by 黄奎's avatar 黄奎

页面修改

parent 850a0cf1
...@@ -214,7 +214,7 @@ WHERE 1=1 ...@@ -214,7 +214,7 @@ WHERE 1=1
} }
if (!string.IsNullOrEmpty(query.StartDate)) if (!string.IsNullOrEmpty(query.StartDate))
{ {
builder.AppendFormat(" AND A.{0}='{1}' ", nameof(RB_Customer_Extend.CreateTime), query.StartDate); builder.AppendFormat(" AND A.{0}>='{1}' ", nameof(RB_Customer_Extend.CreateTime), query.StartDate);
} }
if (!string.IsNullOrEmpty(query.EndDate)) if (!string.IsNullOrEmpty(query.EndDate))
{ {
......
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