Commit 8ba5b467 by 泽锋 李

fix

parent b3f34e4f
...@@ -1473,7 +1473,7 @@ and bailun_order_status !='Canceled' ...@@ -1473,7 +1473,7 @@ and bailun_order_status !='Canceled'
/// <returns></returns> /// <returns></returns>
public static List<dc_report_gmv_extend> GetGmvList(dc_report_gmv_request_dto search_data) public static List<dc_report_gmv_extend> GetGmvList(dc_report_gmv_request_dto search_data)
{ {
var sql = @" select * from dc_report_gmv_extend as t1 "; var sql = @" select * from dc_report_gmv_extend as t1 where 1=1 ";
DynamicParameters parameters = new DynamicParameters(); DynamicParameters parameters = new DynamicParameters();
if (!string.IsNullOrWhiteSpace(search_data.bailun_sku)) if (!string.IsNullOrWhiteSpace(search_data.bailun_sku))
{ {
......
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