This commit is contained in:
geh
2026-03-24 17:47:53 +08:00
parent c38590add8
commit 03e585144c
5 changed files with 58 additions and 4 deletions
@@ -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")
{