提交代码
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user