sunpengfei
94 分钟以前 5c45bc53e2c18e45130c21048df4af4896455c6d
FlexJobApi.Core/Jobs/CompleteTaskSettlementT1Job.cs
@@ -89,6 +89,8 @@
        /// <returns></returns>
        private async Task UpdateUserWalletTransactionWithdraw(UserWallet wallet, UserWalletTransaction withdraw, EnterpriseWalletTransaction transfer)
        {
            withdraw.ErrorCode = transfer.ErrorCode;
            withdraw.FailReason = transfer.FailReason;
            withdraw.EnterpriseWalletTransactionId = transfer.Id;
            withdraw.TransactionStatus = transfer.TransactionStatus;
            withdraw.TransDate = transfer.TransDate;
@@ -305,6 +307,10 @@
                    AccountBookId = wallet.AccountBookId,
                    SceneCode = "SATF_FUND_BOOK",
                    MerchantUserId = wallet.Code,
                    ExtInfo = new
                    {
                        agreement_no = wallet.AgreementNo
                    }.ToJson()
                });
                if (response.IsError) throw Oops.Oh(EnumErrorCodeType.s510, response.SubMsg ?? response.Msg);
                wallet.Balance = response.AvailableAmount.ToDecimal() ?? 0;