20250306 综合管理导入

This commit is contained in:
2025-03-06 17:33:37 +08:00
parent b68910cdd5
commit 029a8bf07a
80 changed files with 12935 additions and 38 deletions
@@ -257,7 +257,7 @@ namespace FineUIPro.Web.CQMS.Comprehensive
else
{
Model.Sys_CQMS_DataInTemp newDataInTemp = new Model.Sys_CQMS_DataInTemp();
newDataInTemp.ProjectId = this.CurrUser.ProjectId;
newDataInTemp.ProjectId = this.CurrUser.LoginProjectId;
newDataInTemp.UserId = this.CurrUser.UserId;
newDataInTemp.Time = System.DateTime.Now;
newDataInTemp.Type = "InspectionMachine";