数据监控大屏

This commit is contained in:
2026-07-31 10:43:42 +08:00
parent e38a472f08
commit dc6abc4cbb
7 changed files with 182 additions and 10 deletions
@@ -460,10 +460,10 @@ namespace FineUIPro.Web.ProjectData
if (getProject != null)
{
project.FromProjectId = getProject.FromProjectId;
if (string.IsNullOrWhiteSpace(project.MasterSysId) && !string.IsNullOrWhiteSpace(getProject.MasterSysId))
{
project.MasterSysId = getProject.MasterSysId;
}
//if (string.IsNullOrWhiteSpace(project.MasterSysId) && !string.IsNullOrWhiteSpace(getProject.MasterSysId))
//{
// project.MasterSysId = getProject.MasterSysId;
//}
}
project.ProjectId = this.ProjectId;