集团大屏数据穿透界面项目取简称

This commit is contained in:
2026-02-27 14:42:10 +08:00
parent 4bb6de122c
commit c015223549
7 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ namespace FineUIPro.Web.DataShow
string strSql = string.Empty;
List<SqlParameter> listStr = new List<SqlParameter>();
strSql = @"SELECT V.LicenseManagerId,V.ProjectId,V.ProjectCode,V.ProjectName,V.LicenseTypeName,V.UnitName,V.UnitTypeName,V.IsHighRisk
strSql = @"SELECT V.LicenseManagerId,V.ProjectId,V.ProjectCode,isnull(Project.ShortName,Project.ProjectName) as ProjectName,V.LicenseTypeName,V.UnitName,V.UnitTypeName,V.IsHighRisk
,V.WorkAreaName,V.CompileDate,V.StartDate,V.EndDate,V.WorkStatesStr,V.LicenseTypeId,V.UnitId,V.LicenseManageContents
,V.CompileMan,V.CompileDate,V.States,V.UserName
FROM View_License_LicenseManager AS V