补丁
This commit is contained in:
@@ -424,6 +424,12 @@ namespace BLL
|
||||
}
|
||||
|
||||
menuId = Const.ProjectClassMeetingMenuId;
|
||||
//班前会小程序新增推送到总包
|
||||
var porject = BLL.ProjectService.GetProjectByProjectId(newClassMeeting.ProjectId);
|
||||
if (!string.IsNullOrWhiteSpace(porject.SubjectUnit) && !string.IsNullOrWhiteSpace(porject.SubjectProject))
|
||||
{//项目关联了总包单位项目,保存成功后自动推送至总包单位
|
||||
APIMeetingSyncService.PushClassMeetingLists(newClassMeeting.ProjectId, newClassMeeting.ClassMeetingId);
|
||||
}
|
||||
}
|
||||
else if (meeting.MeetingType == "W")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user