Commit 796088a3 by lizefeng

fix

parent 38b68022
......@@ -163,7 +163,7 @@ namespace AutoTurnOver.DB
warehouse_code = stockItem.warehouse_code,
bailun_sku = sku.sku,
etime = dayEtime
}).ToList();
},commandTimeout:0).ToList();
dc_report_invest_return_analysis ana = new dc_report_invest_return_analysis
......@@ -436,7 +436,7 @@ and t1.dataid in ( select dataid from dc_base_transfer_info_skus where sku=@sku
etime = etime,
warehouse_code = warehouse_code,
sku = bailun_sku
}).ToList();
}, commandTimeout: 0).ToList();
if (tempDatas != null && tempDatas.Count >= 1)
{
......
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