修改system
This commit is contained in:
@ -28,13 +28,12 @@ namespace HT.Cloud.Web.Areas.ChartsManage.Controllers
|
||||
/// <summary>
|
||||
/// 绑定数据仓库的数据库ID
|
||||
/// </summary>
|
||||
private string groupDescription = GlobalContext.SystemConfig.GroupDescription;
|
||||
private string systemDescription = GlobalContext.SystemConfig.SystemDescription;
|
||||
[HttpPost]
|
||||
public async Task<ActionResult> GetAllTagList(ChartTagType chartTagType)
|
||||
{
|
||||
var systemName = "喷煤系统";
|
||||
|
||||
var data = await _historyTechChartsService.GetAllTagList(systemName, chartTagType.ChartTagTypeName);
|
||||
var data = await _historyTechChartsService.GetAllTagList(systemDescription, chartTagType.ChartTagTypeName);
|
||||
return Content(data);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user