增加连接串加密,粤北安装版本封存
This commit is contained in:
@ -23,8 +23,11 @@ namespace HT.Cloud.Web.Areas.ChartsManage.Controllers
|
||||
public class PenMeiHistoryTechChartsController : BaseController
|
||||
{
|
||||
public HistoryTechChartsService _historyTechChartsService { get;set;}
|
||||
|
||||
[HttpPost]
|
||||
/// <summary>
|
||||
/// 绑定数据仓库的数据库ID
|
||||
/// </summary>
|
||||
private string groupDescription = GlobalContext.SystemConfig.GroupDescription;
|
||||
[HttpPost]
|
||||
public async Task<ActionResult> GetAllTagList(ChartTagType chartTagType)
|
||||
{
|
||||
var systemName = "喷煤系统";
|
||||
|
Reference in New Issue
Block a user