DuGuYang 2 жил өмнө
parent
commit
4461e341ad

+ 1 - 1
AppStart/PublicChangePosFee.cs

@@ -70,7 +70,7 @@ namespace MySystem
                 {
                 {
                     BeforeDeposit = int.Parse(pos.PrizeParams);
                     BeforeDeposit = int.Parse(pos.PrizeParams);
                 }
                 }
-                decimal amount = decimal.Parse("199");
+                decimal amount = decimal.Parse(DepositId);
                 pos.PrizeParams = amount.ToString("f0");
                 pos.PrizeParams = amount.ToString("f0");
                 db.SaveChanges();
                 db.SaveChanges();
             }
             }