Compare commits

..

No commits in common. '6b9338c7d55a7e7bae3ec6c8f4e18a9cd4572a13' and '9100a549b97d2a6bf0ac22566ff47af75d9ac743' have entirely different histories.

@ -7245,8 +7245,8 @@ inner join DT_OrderGoods g on a.OrderId=g.OrderId
inner join HW_GoodsDetail e on g.DetailId=e.DetailId
left Join DT_Fees b with(nolock) on a.OrderId=b.orderid
where a.State>0 and c.StoreId in (6,9,11) and a.State<3 and a.PlatId=23)t group by GoodsId) Gr on a.GoodsId=Gr.GoodsId
where 1=1 "+ where + @") t
where 1=1 " + sqlPage + " order by GoodsHJNum desc ";
) t
where 1=1 " + sqlPage + where + " order by GoodsHJNum desc ";
Database db = DatabaseFactory.CreateDatabase();
DbCommand cmd = db.GetSqlStringCommand(tsql);

Loading…
Cancel
Save