intresult=_orderProductRepository.ExecuteSqlCommand($"update t_order_product set ShipWarehouseCode =@ShipWarehouseCode,UpdateTime=Now() where Hid=@Hid and ProductCode=@ProductCode",newList<MySqlParameter>()
intresult=_orderProductRepository.ExecuteSqlCommand($"update t_order_product set ShipWarehouseCode =@ShipWarehouseCode,UpdateTime=Now() where Hid=@Hid and ProductCode=@ProductCode",newList<MySqlParameter>()
where t2.IsSystemShip = 1 and t2.InterceptStatus!=1 and t2.OrderStatus not in ('已取消') and (t1.ShipWarehouseCode = '' or t1.ShipWarehouseCode is null) and (t2.ShipWarehouse ='' or t2.ShipWarehouse is null)");
where t2.IsSystemShip = 1 and t2.InterceptStatus!=1 and t2.OrderStatus not in ('已取消') and (t1.ShipWarehouseCode = '' or t1.ShipWarehouseCode is null)");