@@ -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
@@ -343,16 +343,5 @@ namespace MySystem.Areas.Admin.Controllers
OtherMySqlConn.connstr = "";
return "ok";
- [HttpPost]
- public string SeeInfo(string Brand)