提交代码

This commit is contained in:
2024-12-25 15:43:38 +08:00
parent 0a2f9ea3a7
commit c0b489aaf4
79 changed files with 8536 additions and 1546 deletions
+8 -8
View File
@@ -1840,7 +1840,7 @@
}
#endregion
#region
#region
/// <summary>
/// 推送项目到集团
/// </summary>
@@ -1858,6 +1858,7 @@
select new Model.BaseProjectItem
{
ProjectId = x.ProjectId,
MasterSysId = x.MasterSysId,
UnitId = BLL.Const.UnitId_SEDIN,
ProjectCode = x.ProjectCode,
ProjectName = x.ProjectName,
@@ -1885,12 +1886,12 @@
City = x.City,
Telephone = x.Telephone,
EnglishRemark = x.EnglishRemark,
//IsFace = x.IsFace,
//ProjectState2 = x.ProjectState2,
//Progress = x.Progress,
//MonitorPW = x.MonitorPW,
//MonitorId = x.MonitorId,
//ProjectAttribute = x.ProjectAttribute,
IsFace = false,
ProjectState2 = "",
Progress = 0,
MonitorPW = "",
MonitorId = "",
ProjectAttribute = "",
SourceUnitId = BLL.Const.UnitId_SEDIN,
}
);
@@ -1925,7 +1926,6 @@
return responeData.code;
}
#endregion
#endregion