bug修复
This commit is contained in:
@@ -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 部分
|
||||
|
||||
Reference in New Issue
Block a user