Browse Source

运营中心额度变更,类型保存

lcl 1 year ago
parent
commit
4377b9dc05

+ 1 - 0
AppStart/Helper/Operate/OperateAmountService.cs

@@ -66,6 +66,7 @@ namespace MySystem
                             UserId = UserId,
                             ApplyId = DataId,
                             SeoDescription = Kind == 1 ? "机具激活返还" : "机具券兑换返还",
+                            Version = 3,
                         }).Entity;
                         db.SaveChanges();
 

+ 1 - 0
AppStart/Helper/TimeOutPosChargeService.cs

@@ -259,6 +259,7 @@ namespace MySystem
                                 OperateType = 2,
                                 BeforeAmount = opUserAccount.ValidAmount + opUserAccount.TotalAmt + opUserAccount.ValidForGetAmount,
                                 AfterAmount = opUserAccount.ValidAmount + opUserAccount.TotalAmt + opUserAccount.ValidForGetAmount - record.ChargeAmount,
+                                Version = 2,
                             }).Entity;
 
                             function.WriteLog("OperateToChargeAmount:" + userAccount.OperateToChargeAmount + ";ChargeAmount:" + record.ChargeAmount + ";", "扣款监听日志");