varskus=read_conn.Query<bailun_sku_dto>($" select bailun_sku,warehouse_code from dc_auto_turnover order by id desc limit {(page-1)*rows},{rows} ").ToList();
varskus=read_conn.Query<bailun_sku_dto>($" select bailun_sku,warehouse_code from dc_auto_turnover where bailun_sku='948367104' and warehouse_code='GB4PXBL' order by id desc limit {(page-1)*rows},{rows} ").ToList();
if(skus==null||skus.Count<=0)
{
break;
...
...
@@ -59,7 +59,7 @@ where bailun_sku=@bailun_sku and warehouse_code=@warehouse_code and t1.bailun_o