我需要重新打印存储在数据库中的所有物品和数据的暂停收据。
现在我需要在PosTransaction类的对象中获取此事务。 我尝试了以下代码,但它返回了一些其他不需要的事务。
posTransaction = (PosTransaction)BlankOperations.SApplication.BusinessLogic.SuspendRetrieveSystem.RetrieveTransaction(transactionId);
是否有任何解决方案在PosTransaction对象中获取暂停的事务?