Commit ccdc3ef5 by 泽锋 李

fix

parent ed95bc24
......@@ -1967,6 +1967,7 @@ where t2.hq_type not in ('国内仓') and t1.gmt_modified>=@btime and t1.gmt_mod
order by t1.gmt_modified asc
limit {(page - 1) * rows},{rows} ", new { btime = new_task_synchro_log.start_time, etime = new_task_synchro_log.end_time }).ToList();
if (datas.Count <= 0) { break; }
page++;
foreach (var orderItem in datas)
{
try
......
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