|
|
@@ -316,7 +316,7 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
userAccount.ToChargeAmount -= toChargeBackRecord.ChargeAmount;
|
|
|
toChargeBackRecord.Status = 2;
|
|
|
}
|
|
|
- if (toChargeBackRecord.Id > 0 && toChargeBackRecord.Id == 1)//已扣款
|
|
|
+ if (toChargeBackRecord.Id > 0 && toChargeBackRecord.Status == 1)//已扣款
|
|
|
{
|
|
|
var userAccountRecord = db.UserAccountRecord.Add(new UserAccountRecord
|
|
|
{
|