Преглед изворни кода

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

DuGuYang пре 2 година
родитељ
комит
a15b36d8a9
2 измењених фајлова са 1 додато и 24 уклоњено
  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);
                 }
-                decimal amount = decimal.Parse("199");
+                decimal amount = decimal.Parse(DepositId);
                 pos.PrizeParams = amount.ToString("f0");
                 db.SaveChanges();
             }
@@ -482,17 +482,5 @@ namespace MySystem
             return "设置成功";
         }
         #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 = "";
             return "ok";
         }
-
-        #region 
-        [HttpPost]
-        public string SeeInfo(string Brand)
-        {
-            var info = "";
-            //KDB
-            info = PublicImportDataService.Instance.GetPolicyList();
-            return info;
-        }
-        #endregion
     }
 }