Commit cbb30c74 by 泽锋 李

fix

parent ea0212d6
...@@ -2097,7 +2097,7 @@ where 1=1 "; ...@@ -2097,7 +2097,7 @@ where 1=1 ";
{ {
return _connection.Query<dc_auto_purchase_advise>(" select * from dc_auto_purchase_advise where create_time>=@bdate ",new { return _connection.Query<dc_auto_purchase_advise>(" select * from dc_auto_purchase_advise where create_time>=@bdate ",new {
bdate = DateTime.Now.ToDayHome() bdate = DateTime.Now.ToDayHome()
}).ToList(); }).OrderByDescending(s=>s.create_time).ToList();
} }
} }
......
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