sunpengfei
昨天 f2531a32531f2da6c6119201dc7c7d666e583bf2
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;