班前会

This commit is contained in:
zonse
2025-05-09 16:12:04 +08:00
parent 00b7fe2e6d
commit ec6316849d
13 changed files with 1101 additions and 26 deletions
+2
View File
@@ -381,6 +381,7 @@ namespace BLL
string menuId = string.Empty;
if (meeting.MeetingType == "C")
{
int m_personum = db.Project_ProjectUser.Where(x => x.ProjectId == meeting.ProjectId).Count();
Model.Meeting_ClassMeeting newClassMeeting = new Model.Meeting_ClassMeeting
{
ClassMeetingId = meeting.MeetingId,
@@ -399,6 +400,7 @@ namespace BLL
AttentPersonNum=meeting.AttentPersonNum,
MeetingHostManOther=meeting.MeetingHostManOther,
States = Const.State_2,
ManagePersonNum = m_personum
};
if (meeting.States != "1")