|
@@ -257,6 +257,7 @@ namespace MySystem
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ if(account.TotalAmt < 0) return;
|
|
|
function.WriteLog("1", "运营中心额度变更测试");
|
|
|
decimal AfterAmount = account.ValidForGetAmount + account.TotalAmt + account.ValidAmount;
|
|
|
OpModels.AmountRecordNew add = db.AmountRecordNew.Add(new OpModels.AmountRecordNew()
|