sunpengfei
9 小时以前 19863208cfdaf01735e75fbdafa33e426e735c04
FlexJobApi.Core/Jobs/RefreshEnterpriseWalletStatusJob.cs
@@ -104,6 +104,10 @@
                                AccountBookId = entity.AccountBookId,
                                SceneCode = "SATF_FUND_BOOK",
                                MerchantUserId = entity.Code,
                                ExtInfo = new
                                {
                                    agreement_no = entity.AgreementNo
                                }.ToJson()
                            });
                            if (response.IsError) throw Oops.Oh(EnumErrorCodeType.s510, response.SubMsg ?? response.Msg);
                            entity.Balance = response.AvailableAmount.ToDecimal() ?? 0;