Commit 64f21390 by 泽锋 李

fix

parent 6e8b9dba
......@@ -58,9 +58,10 @@ namespace AutoTurnOver.DB
var page = 1;
var data_skus = new List<dc_base_trans_temp_schedule>();
while (true)
{
var data_skus = new List<dc_base_trans_temp_schedule>();
var datas = ApiUtility.GetTransOrderTempSchedule(new_task_synchro_log.start_time, new_task_synchro_log.end_time, page);
if (datas == null || datas.Count <= 0)
{
......@@ -123,7 +124,7 @@ namespace AutoTurnOver.DB
}
}
if (data_skus != null && data_skus.Count >= 1)
{
// 计算相关sku的总在途
......@@ -200,6 +201,8 @@ GROUP BY sku_ware_no", new { sku_ware_nos = data_skus.Select(s => s.sku_ware_no)
}
}
}
}
if (!is_all)
{
......
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