|
|
@@ -1698,9 +1698,9 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
if (userAmount.ValidAmount - amount >= 0)
|
|
|
{
|
|
|
userAmount.ValidAmount -= amount;
|
|
|
- posInfo.OpReserve3 += amount;
|
|
|
- posInfo.OpReserve1 = 0;
|
|
|
- posInfo.OpReserve2 = 0;
|
|
|
+ posInfo.OpReserve3 += amount; //关联分仓额度
|
|
|
+ posInfo.OpReserve1 = 0; //未使用额度
|
|
|
+ posInfo.OpReserve2 = 0; //可提现额度
|
|
|
opdb.SaveChanges();
|
|
|
}
|
|
|
else
|