bug修复

This commit is contained in:
吴方海
2025-04-23 13:58:26 +08:00
parent 9328e6f95f
commit 9f47caa3ed
8 changed files with 47 additions and 17 deletions
@@ -676,6 +676,10 @@ namespace YLErp.Modules.ClientModule
// 出金金额小于等于 追保账户金额
r.cash_type = CashTypeEnum..ToString();
}
else if (clientbalance.VmFundSum==0)
{
r.cash_type = CashTypeEnum..ToString();
}
else
{
// 出金金额大于 追保账户金额,首先处理 VM 部分