|
|
@@ -120,7 +120,7 @@ namespace MySystem.Areas.Api.Controllers
|
|
|
#region 进件管理-好哒进件参数列表
|
|
|
public JsonResult HaoDaParamList()
|
|
|
{
|
|
|
- List<Dictionary<string, string>> list = RedisDbconn.Instance.GetList<Dictionary<string, string>>("PublicAgentName");
|
|
|
+ List<Dictionary<string, string>> list = RedisDbconn.Instance.GetList<Dictionary<string, string>>("HaoDaParamList");
|
|
|
return Json(new AppResultJson() { Status = "1", Info = "", Data = list });
|
|
|
}
|
|
|
#endregion
|