Commit f5dd61e8 by guanzhenshan

把创建时间改为平台下单时间

parent 77b8fdab
...@@ -3908,7 +3908,7 @@ namespace Bailun.DC.Services ...@@ -3908,7 +3908,7 @@ namespace Bailun.DC.Services
if (timetype == 1) if (timetype == 1)
{ {
sql += $" and t1.create_time>='{start.ToString("yyyy-MM-dd HH:mm:ss")}' and t1.create_time<'{end.ToString("yyyy-MM-dd HH:mm:ss")}' "; sql += $" and t1.purchase_create_time>='{start.ToString("yyyy-MM-dd HH:mm:ss")}' and t1.purchase_create_time<'{end.ToString("yyyy-MM-dd HH:mm:ss")}' ";
} }
else if (timetype == 2) else if (timetype == 2)
{ {
......
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