Commit f60f2bac by 泽锋 李

fix

parent f8375e2a
......@@ -70,7 +70,7 @@ namespace AutoTurnOver.DB
/// <returns></returns>
public static Page<api_sku_sales_volume_dto> GetSkuSalesVolume(api_sku_sales_volume_search_dto search)
{
string sql = " select t1.bailun_sku,t1.warehouse_code,t1.history_sevenday_saless from dc_auto_turnover as t1 where 1=1 ";
string sql = " select t1.bailun_sku,t1.warehouse_code,t1.history_sevenday_sales from dc_auto_turnover as t1 where 1=1 ";
DynamicParameters parameters = new DynamicParameters();
if (search != null)
{
......
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