Explorar o código

Merge branch 'feature-dgy-新增服务费调整功能' into feature-dgy-后台测试

DuGuYang %!s(int64=2) %!d(string=hai) anos
pai
achega
a15b36d8a9
Modificáronse 2 ficheiros con 1 adicións e 24 borrados
  1. 1 13
      AppStart/PublicChangePosFee.cs
  2. 0 11
      Areas/Admin/Controllers/HomeController.cs

+ 1 - 13
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();
             }
             }
@@ -482,17 +482,5 @@ namespace MySystem
             return "设置成功";
             return "设置成功";
         }
         }
         #endregion
         #endregion
-
-
-        #region 
-        public static string SeeInfo(string Brand)
-        {
-            var info = "";
-            //KDB
-            info = PublicImportDataService.Instance.GetPolicyList();
-            return info;
-        }
-        #endregion
-
     }
     }
 }
 }

+ 0 - 11
Areas/Admin/Controllers/HomeController.cs

@@ -343,16 +343,5 @@ namespace MySystem.Areas.Admin.Controllers
             OtherMySqlConn.connstr = "";
             OtherMySqlConn.connstr = "";
             return "ok";
             return "ok";
         }
         }
-
-        #region 
-        [HttpPost]
-        public string SeeInfo(string Brand)
-        {
-            var info = "";
-            //KDB
-            info = PublicImportDataService.Instance.GetPolicyList();
-            return info;
-        }
-        #endregion
     }
     }
 }
 }