diff --git a/ServiceHost/Controllers/GeneralController.cs b/ServiceHost/Controllers/GeneralController.cs index 5964845d..88aa0100 100644 --- a/ServiceHost/Controllers/GeneralController.cs +++ b/ServiceHost/Controllers/GeneralController.cs @@ -92,7 +92,7 @@ public class GeneralController : GeneralBaseController var command = new CreateFinancialStatment() { - ContractingPartyId = 0,// نیاز هست آی دی طرف حساب ارسال بشه + ContractingPartyId = transaction.ContractingPartyId, TdateFa = DateTime.Now.ToFarsi(), Deptor = 0, Creditor = transaction.Amount,