班前会
This commit is contained in:
		
							parent
							
								
									00b7fe2e6d
								
							
						
					
					
						commit
						ec6316849d
					
				| 
						 | 
					@ -25,7 +25,7 @@ REM --------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@echo ÉèÖÃ.net¿ØÖÆÌ¨»·¾³
 | 
					@echo ÉèÖÃ.net¿ØÖÆÌ¨»·¾³
 | 
				
			||||||
@echo.
 | 
					@echo.
 | 
				
			||||||
@call "%VS150%"
 | 
					@call "%VS2022%"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SqlMetal /views  /server:47.104.102.122,14333  /user:sa /password:p@ssw0rd /database:SGGLDB_HBAZ /code:%Model_ROOT%\Model.cs /namespace:Model
 | 
					SqlMetal /views  /server:47.104.102.122,14333  /user:sa /password:p@ssw0rd /database:SGGLDB_HBAZ /code:%Model_ROOT%\Model.cs /namespace:Model
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -53,7 +53,7 @@ IF errorlevel 1 goto delReleasePackError
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@echo ÉèÖÃ.net¿ØÖÆÌ¨»·¾³
 | 
					@echo ÉèÖÃ.net¿ØÖÆÌ¨»·¾³
 | 
				
			||||||
@echo.
 | 
					@echo.
 | 
				
			||||||
@call "%VS100COMNTOOLS%"vsvars32.bat
 | 
					@call "%VS150%"
 | 
				
			||||||
IF errorlevel 1 goto netEnvironmentError
 | 
					IF errorlevel 1 goto netEnvironmentError
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -53,7 +53,7 @@ IF errorlevel 1 goto delReleasePackError
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@echo ÉèÖÃ.net¿ØÖÆÌ¨»·¾³
 | 
					@echo ÉèÖÃ.net¿ØÖÆÌ¨»·¾³
 | 
				
			||||||
@echo.
 | 
					@echo.
 | 
				
			||||||
@call "%VS150%"
 | 
					@call "%VS2022%"
 | 
				
			||||||
IF errorlevel 1 goto netEnvironmentError
 | 
					IF errorlevel 1 goto netEnvironmentError
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -381,6 +381,7 @@ namespace BLL
 | 
				
			||||||
            string menuId = string.Empty;
 | 
					            string menuId = string.Empty;
 | 
				
			||||||
            if (meeting.MeetingType == "C")
 | 
					            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
 | 
					                Model.Meeting_ClassMeeting newClassMeeting = new Model.Meeting_ClassMeeting
 | 
				
			||||||
                {
 | 
					                {
 | 
				
			||||||
                    ClassMeetingId = meeting.MeetingId,
 | 
					                    ClassMeetingId = meeting.MeetingId,
 | 
				
			||||||
| 
						 | 
					@ -399,6 +400,7 @@ namespace BLL
 | 
				
			||||||
                    AttentPersonNum=meeting.AttentPersonNum,
 | 
					                    AttentPersonNum=meeting.AttentPersonNum,
 | 
				
			||||||
                    MeetingHostManOther=meeting.MeetingHostManOther,
 | 
					                    MeetingHostManOther=meeting.MeetingHostManOther,
 | 
				
			||||||
                    States = Const.State_2,
 | 
					                    States = Const.State_2,
 | 
				
			||||||
 | 
					                    ManagePersonNum = m_personum
 | 
				
			||||||
                };
 | 
					                };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                if (meeting.States != "1")
 | 
					                if (meeting.States != "1")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -44,7 +44,8 @@ namespace BLL
 | 
				
			||||||
                MeetingHostMan = classMeeting.MeetingHostMan,
 | 
					                MeetingHostMan = classMeeting.MeetingHostMan,
 | 
				
			||||||
                AttentPerson = classMeeting.AttentPerson,
 | 
					                AttentPerson = classMeeting.AttentPerson,
 | 
				
			||||||
                AttentPersonNum=classMeeting.AttentPersonNum,
 | 
					                AttentPersonNum=classMeeting.AttentPersonNum,
 | 
				
			||||||
                MeetingHostManOther=classMeeting.MeetingHostManOther
 | 
					                MeetingHostManOther=classMeeting.MeetingHostManOther,
 | 
				
			||||||
 | 
					                ManagePersonNum = classMeeting.ManagePersonNum
 | 
				
			||||||
            };
 | 
					            };
 | 
				
			||||||
            db.Meeting_ClassMeeting.InsertOnSubmit(newClassMeeting);
 | 
					            db.Meeting_ClassMeeting.InsertOnSubmit(newClassMeeting);
 | 
				
			||||||
            db.SubmitChanges();
 | 
					            db.SubmitChanges();
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -6671,3 +6671,678 @@ IP地址:::1
 | 
				
			||||||
出错时间:04/12/2025 22:02:24
 | 
					出错时间:04/12/2025 22:02:24
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					错误信息开始=====>
 | 
				
			||||||
 | 
					错误类型:NullReferenceException
 | 
				
			||||||
 | 
					错误信息:未将对象引用设置到对象的实例。
 | 
				
			||||||
 | 
					错误堆栈:
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.index.Page_Init(Object sender, EventArgs e) 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\index.aspx.cs:行号 57
 | 
				
			||||||
 | 
					   在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.OnInit(EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Page.OnInit(EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.InitRecursive(Control namingContainer)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 | 
				
			||||||
 | 
					出错时间:04/18/2025 17:54:34
 | 
				
			||||||
 | 
					出错文件:http://localhost:4528/index.aspx
 | 
				
			||||||
 | 
					IP地址:::1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					出错时间:04/18/2025 17:54:34
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					错误信息开始=====>
 | 
				
			||||||
 | 
					错误类型:NullReferenceException
 | 
				
			||||||
 | 
					错误信息:未将对象引用设置到对象的实例。
 | 
				
			||||||
 | 
					错误堆栈:
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.HSSE.Meeting.ClassMeeting.Page_Load(Object sender, EventArgs e) 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\HSSE\Meeting\ClassMeeting.aspx.cs:行号 40
 | 
				
			||||||
 | 
					   在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.OnLoad(EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.LoadRecursive()
 | 
				
			||||||
 | 
					   在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 | 
				
			||||||
 | 
					出错时间:04/18/2025 18:09:25
 | 
				
			||||||
 | 
					出错文件:http://localhost:4528/HSSE/Meeting/ClassMeeting.aspx
 | 
				
			||||||
 | 
					IP地址:::1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					出错时间:04/18/2025 18:09:25
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					错误信息开始=====>
 | 
				
			||||||
 | 
					错误类型:SqlException
 | 
				
			||||||
 | 
					错误信息:关键字 'group' 附近有语法错误。
 | 
				
			||||||
 | 
					错误堆栈:
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlDataReader.get_MetaData()
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
 | 
				
			||||||
 | 
					   在 System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
 | 
				
			||||||
 | 
					   在 System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
 | 
				
			||||||
 | 
					   在 System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)
 | 
				
			||||||
 | 
					   在 System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
 | 
				
			||||||
 | 
					   在 BLL.SQLHelper.GetDataTableRunText(String strSql, SqlParameter[] parameters) 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\BLL\SQLHelper.cs:行号 311
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.HSSE.Meeting.ClassMeeting.BindGrid() 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\HSSE\Meeting\ClassMeeting.aspx.cs:行号 101
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.HSSE.Meeting.ClassMeeting.Page_Load(Object sender, EventArgs e) 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\HSSE\Meeting\ClassMeeting.aspx.cs:行号 62
 | 
				
			||||||
 | 
					   在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.OnLoad(EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.LoadRecursive()
 | 
				
			||||||
 | 
					   在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 | 
				
			||||||
 | 
					出错时间:04/18/2025 18:10:33
 | 
				
			||||||
 | 
					出错文件:http://localhost:4528/HSSE/Meeting/ClassMeeting.aspx
 | 
				
			||||||
 | 
					IP地址:::1
 | 
				
			||||||
 | 
					操作人员:徐月
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					出错时间:04/18/2025 18:10:33
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					错误信息开始=====>
 | 
				
			||||||
 | 
					错误类型:SqlException
 | 
				
			||||||
 | 
					错误信息:关键字 'group' 附近有语法错误。
 | 
				
			||||||
 | 
					错误堆栈:
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlDataReader.get_MetaData()
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
 | 
				
			||||||
 | 
					   在 System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
 | 
				
			||||||
 | 
					   在 System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
 | 
				
			||||||
 | 
					   在 System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)
 | 
				
			||||||
 | 
					   在 System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
 | 
				
			||||||
 | 
					   在 BLL.SQLHelper.GetDataTableRunText(String strSql, SqlParameter[] parameters) 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\BLL\SQLHelper.cs:行号 311
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.HSSE.Meeting.ClassMeeting.BindGrid()
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.HSSE.Meeting.ClassMeeting.Page_Load(Object sender, EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.OnLoad(EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.LoadRecursive()
 | 
				
			||||||
 | 
					   在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 | 
				
			||||||
 | 
					出错时间:04/18/2025 18:12:24
 | 
				
			||||||
 | 
					出错文件:http://localhost:4528/HSSE/Meeting/ClassMeeting.aspx
 | 
				
			||||||
 | 
					IP地址:::1
 | 
				
			||||||
 | 
					操作人员:徐月
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					出错时间:04/18/2025 18:12:24
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					错误信息开始=====>
 | 
				
			||||||
 | 
					错误类型:NullReferenceException
 | 
				
			||||||
 | 
					错误信息:未将对象引用设置到对象的实例。
 | 
				
			||||||
 | 
					错误堆栈:
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.HSSE.Meeting.ClassMeeting.Page_Load(Object sender, EventArgs e) 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\HSSE\Meeting\ClassMeeting.aspx.cs:行号 40
 | 
				
			||||||
 | 
					   在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.OnLoad(EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.LoadRecursive()
 | 
				
			||||||
 | 
					   在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 | 
				
			||||||
 | 
					出错时间:04/18/2025 18:41:10
 | 
				
			||||||
 | 
					出错文件:http://localhost:4528/HSSE/Meeting/ClassMeeting.aspx
 | 
				
			||||||
 | 
					IP地址:::1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					出错时间:04/18/2025 18:41:10
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					错误信息开始=====>
 | 
				
			||||||
 | 
					错误类型:SqlException
 | 
				
			||||||
 | 
					错误信息:关键字 'group' 附近有语法错误。
 | 
				
			||||||
 | 
					错误堆栈:
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlDataReader.get_MetaData()
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
 | 
				
			||||||
 | 
					   在 System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
 | 
				
			||||||
 | 
					   在 System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
 | 
				
			||||||
 | 
					   在 System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)
 | 
				
			||||||
 | 
					   在 System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
 | 
				
			||||||
 | 
					   在 BLL.SQLHelper.GetDataTableRunText(String strSql, SqlParameter[] parameters) 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\BLL\SQLHelper.cs:行号 311
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.HSSE.Meeting.ClassMeeting.BindGrid() 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\HSSE\Meeting\ClassMeeting.aspx.cs:行号 101
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.HSSE.Meeting.ClassMeeting.Page_Load(Object sender, EventArgs e) 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\HSSE\Meeting\ClassMeeting.aspx.cs:行号 62
 | 
				
			||||||
 | 
					   在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.OnLoad(EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.LoadRecursive()
 | 
				
			||||||
 | 
					   在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 | 
				
			||||||
 | 
					出错时间:04/18/2025 18:42:14
 | 
				
			||||||
 | 
					出错文件:http://localhost:4528/HSSE/Meeting/ClassMeeting.aspx
 | 
				
			||||||
 | 
					IP地址:::1
 | 
				
			||||||
 | 
					操作人员:徐月
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					出错时间:04/18/2025 18:42:14
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					错误信息开始=====>
 | 
				
			||||||
 | 
					错误类型:SqlException
 | 
				
			||||||
 | 
					错误信息:关键字 'group' 附近有语法错误。
 | 
				
			||||||
 | 
					错误堆栈:
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlDataReader.get_MetaData()
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
 | 
				
			||||||
 | 
					   在 System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
 | 
				
			||||||
 | 
					   在 System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
 | 
				
			||||||
 | 
					   在 System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)
 | 
				
			||||||
 | 
					   在 System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
 | 
				
			||||||
 | 
					   在 BLL.SQLHelper.GetDataTableRunText(String strSql, SqlParameter[] parameters) 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\BLL\SQLHelper.cs:行号 311
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.HSSE.Meeting.ClassMeeting.BindGrid() 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\HSSE\Meeting\ClassMeeting.aspx.cs:行号 101
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.HSSE.Meeting.ClassMeeting.Page_Load(Object sender, EventArgs e) 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\HSSE\Meeting\ClassMeeting.aspx.cs:行号 62
 | 
				
			||||||
 | 
					   在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.OnLoad(EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.LoadRecursive()
 | 
				
			||||||
 | 
					   在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 | 
				
			||||||
 | 
					出错时间:04/18/2025 18:43:19
 | 
				
			||||||
 | 
					出错文件:http://localhost:4528/HSSE/Meeting/ClassMeeting.aspx
 | 
				
			||||||
 | 
					IP地址:::1
 | 
				
			||||||
 | 
					操作人员:徐月
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					出错时间:04/18/2025 18:43:20
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					错误信息开始=====>
 | 
				
			||||||
 | 
					错误类型:SqlException
 | 
				
			||||||
 | 
					错误信息:关键字 'AND' 附近有语法错误。
 | 
				
			||||||
 | 
					错误堆栈:
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlDataReader.get_MetaData()
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
 | 
				
			||||||
 | 
					   在 System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
 | 
				
			||||||
 | 
					   在 System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
 | 
				
			||||||
 | 
					   在 System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
 | 
				
			||||||
 | 
					   在 System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)
 | 
				
			||||||
 | 
					   在 System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
 | 
				
			||||||
 | 
					   在 BLL.SQLHelper.GetDataTableRunText(String strSql, SqlParameter[] parameters) 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\BLL\SQLHelper.cs:行号 311
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.HSSE.Meeting.ClassMeeting.BindGrid()
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.HSSE.Meeting.ClassMeeting.Page_Load(Object sender, EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.OnLoad(EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.LoadRecursive()
 | 
				
			||||||
 | 
					   在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 | 
				
			||||||
 | 
					出错时间:04/18/2025 18:48:46
 | 
				
			||||||
 | 
					出错文件:http://localhost:4528/HSSE/Meeting/ClassMeeting.aspx
 | 
				
			||||||
 | 
					IP地址:::1
 | 
				
			||||||
 | 
					操作人员:徐月
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					出错时间:04/18/2025 18:48:46
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					错误信息开始=====>
 | 
				
			||||||
 | 
					错误类型:NullReferenceException
 | 
				
			||||||
 | 
					错误信息:未将对象引用设置到对象的实例。
 | 
				
			||||||
 | 
					错误堆栈:
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.HSSE.Meeting.ClassMeeting.Page_Load(Object sender, EventArgs e) 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\HSSE\Meeting\ClassMeeting.aspx.cs:行号 40
 | 
				
			||||||
 | 
					   在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.OnLoad(EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.LoadRecursive()
 | 
				
			||||||
 | 
					   在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 | 
				
			||||||
 | 
					出错时间:04/18/2025 18:51:33
 | 
				
			||||||
 | 
					出错文件:http://localhost:4528/HSSE/Meeting/ClassMeeting.aspx
 | 
				
			||||||
 | 
					IP地址:::1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					出错时间:04/18/2025 18:51:33
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					错误信息开始=====>
 | 
				
			||||||
 | 
					错误类型:NullReferenceException
 | 
				
			||||||
 | 
					错误信息:未将对象引用设置到对象的实例。
 | 
				
			||||||
 | 
					错误堆栈:
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.HSSE.Meeting.ClassMeeting.Page_Load(Object sender, EventArgs e) 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\HSSE\Meeting\ClassMeeting.aspx.cs:行号 40
 | 
				
			||||||
 | 
					   在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.OnLoad(EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.LoadRecursive()
 | 
				
			||||||
 | 
					   在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 | 
				
			||||||
 | 
					出错时间:04/18/2025 18:58:08
 | 
				
			||||||
 | 
					出错文件:http://localhost:4528/HSSE/Meeting/ClassMeeting.aspx
 | 
				
			||||||
 | 
					IP地址:::1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					出错时间:04/18/2025 18:58:09
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					错误信息开始=====>
 | 
				
			||||||
 | 
					错误类型:NullReferenceException
 | 
				
			||||||
 | 
					错误信息:未将对象引用设置到对象的实例。
 | 
				
			||||||
 | 
					错误堆栈:
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.HSSE.Meeting.ClassMeeting.Page_Load(Object sender, EventArgs e) 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\HSSE\Meeting\ClassMeeting.aspx.cs:行号 40
 | 
				
			||||||
 | 
					   在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.OnLoad(EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.LoadRecursive()
 | 
				
			||||||
 | 
					   在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 | 
				
			||||||
 | 
					出错时间:04/18/2025 19:05:55
 | 
				
			||||||
 | 
					出错文件:http://localhost:4528/HSSE/Meeting/ClassMeeting.aspx
 | 
				
			||||||
 | 
					IP地址:::1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					出错时间:04/18/2025 19:05:55
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					错误信息开始=====>
 | 
				
			||||||
 | 
					错误类型:NullReferenceException
 | 
				
			||||||
 | 
					错误信息:未将对象引用设置到对象的实例。
 | 
				
			||||||
 | 
					错误堆栈:
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.HSSE.Meeting.ClassMeeting.Page_Load(Object sender, EventArgs e) 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\HSSE\Meeting\ClassMeeting.aspx.cs:行号 40
 | 
				
			||||||
 | 
					   在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.OnLoad(EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.LoadRecursive()
 | 
				
			||||||
 | 
					   在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 | 
				
			||||||
 | 
					出错时间:04/18/2025 19:25:56
 | 
				
			||||||
 | 
					出错文件:http://localhost:4528/HSSE/Meeting/ClassMeeting.aspx
 | 
				
			||||||
 | 
					IP地址:::1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					出错时间:04/18/2025 19:25:56
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					错误信息开始=====>
 | 
				
			||||||
 | 
					错误类型:NullReferenceException
 | 
				
			||||||
 | 
					错误信息:未将对象引用设置到对象的实例。
 | 
				
			||||||
 | 
					错误堆栈:
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.HSSE.Meeting.ClassMeeting.Page_Load(Object sender, EventArgs e) 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\HSSE\Meeting\ClassMeeting.aspx.cs:行号 40
 | 
				
			||||||
 | 
					   在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.OnLoad(EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.LoadRecursive()
 | 
				
			||||||
 | 
					   在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 | 
				
			||||||
 | 
					出错时间:04/18/2025 19:30:26
 | 
				
			||||||
 | 
					出错文件:http://localhost:4528/HSSE/Meeting/ClassMeeting.aspx
 | 
				
			||||||
 | 
					IP地址:::1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					出错时间:04/18/2025 19:30:27
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					错误信息开始=====>
 | 
				
			||||||
 | 
					错误类型:NullReferenceException
 | 
				
			||||||
 | 
					错误信息:未将对象引用设置到对象的实例。
 | 
				
			||||||
 | 
					错误堆栈:
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.HSSE.Meeting.ClassMeeting.Page_Load(Object sender, EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.OnLoad(EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.LoadRecursive()
 | 
				
			||||||
 | 
					   在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 | 
				
			||||||
 | 
					出错时间:04/18/2025 19:32:03
 | 
				
			||||||
 | 
					出错文件:http://localhost:4528/HSSE/Meeting/ClassMeeting.aspx
 | 
				
			||||||
 | 
					IP地址:::1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					出错时间:04/18/2025 19:32:03
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					错误信息开始=====>
 | 
				
			||||||
 | 
					错误类型:NullReferenceException
 | 
				
			||||||
 | 
					错误信息:未将对象引用设置到对象的实例。
 | 
				
			||||||
 | 
					错误堆栈:
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.HSSE.Meeting.ClassMeeting.Page_Load(Object sender, EventArgs e) 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\HSSE\Meeting\ClassMeeting.aspx.cs:行号 40
 | 
				
			||||||
 | 
					   在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.OnLoad(EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.LoadRecursive()
 | 
				
			||||||
 | 
					   在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 | 
				
			||||||
 | 
					出错时间:04/18/2025 19:37:51
 | 
				
			||||||
 | 
					出错文件:http://localhost:4528/HSSE/Meeting/ClassMeeting.aspx
 | 
				
			||||||
 | 
					IP地址:::1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					出错时间:04/18/2025 19:37:52
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					错误信息开始=====>
 | 
				
			||||||
 | 
					错误类型:NullReferenceException
 | 
				
			||||||
 | 
					错误信息:未将对象引用设置到对象的实例。
 | 
				
			||||||
 | 
					错误堆栈:
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.HSSE.Meeting.ClassMeeting.Page_Load(Object sender, EventArgs e) 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\HSSE\Meeting\ClassMeeting.aspx.cs:行号 40
 | 
				
			||||||
 | 
					   在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.OnLoad(EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.LoadRecursive()
 | 
				
			||||||
 | 
					   在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 | 
				
			||||||
 | 
					出错时间:04/18/2025 20:01:43
 | 
				
			||||||
 | 
					出错文件:http://localhost:4528/HSSE/Meeting/ClassMeeting.aspx
 | 
				
			||||||
 | 
					IP地址:::1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					出错时间:04/18/2025 20:01:43
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					错误信息开始=====>
 | 
				
			||||||
 | 
					错误类型:NullReferenceException
 | 
				
			||||||
 | 
					错误信息:未将对象引用设置到对象的实例。
 | 
				
			||||||
 | 
					错误堆栈:
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.HSSE.Meeting.ClassMeeting.Page_Load(Object sender, EventArgs e) 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\HSSE\Meeting\ClassMeeting.aspx.cs:行号 40
 | 
				
			||||||
 | 
					   在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.OnLoad(EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.LoadRecursive()
 | 
				
			||||||
 | 
					   在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 | 
				
			||||||
 | 
					出错时间:04/18/2025 20:17:46
 | 
				
			||||||
 | 
					出错文件:http://localhost:4528/HSSE/Meeting/ClassMeeting.aspx
 | 
				
			||||||
 | 
					IP地址:::1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					出错时间:04/18/2025 20:17:47
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					错误信息开始=====>
 | 
				
			||||||
 | 
					错误类型:NullReferenceException
 | 
				
			||||||
 | 
					错误信息:未将对象引用设置到对象的实例。
 | 
				
			||||||
 | 
					错误堆栈:
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.HSSE.Meeting.ClassMeeting.Page_Load(Object sender, EventArgs e) 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\HSSE\Meeting\ClassMeeting.aspx.cs:行号 40
 | 
				
			||||||
 | 
					   在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.OnLoad(EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.LoadRecursive()
 | 
				
			||||||
 | 
					   在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 | 
				
			||||||
 | 
					出错时间:04/27/2025 09:11:27
 | 
				
			||||||
 | 
					出错文件:http://localhost:4528/HSSE/Meeting/ClassMeeting.aspx
 | 
				
			||||||
 | 
					IP地址:::1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					出错时间:04/27/2025 09:11:28
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					错误信息开始=====>
 | 
				
			||||||
 | 
					错误类型:NullReferenceException
 | 
				
			||||||
 | 
					错误信息:未将对象引用设置到对象的实例。
 | 
				
			||||||
 | 
					错误堆栈:
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.indexProject.Page_Load(Object sender, EventArgs e) 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\indexProject.aspx.cs:行号 369
 | 
				
			||||||
 | 
					   在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.OnLoad(EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.LoadRecursive()
 | 
				
			||||||
 | 
					   在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 | 
				
			||||||
 | 
					出错时间:04/27/2025 09:11:27
 | 
				
			||||||
 | 
					出错文件:http://localhost:4528/indexProject.aspx?projectId=807159c3-1275-4d87-a6d3-8711ec6724d3
 | 
				
			||||||
 | 
					IP地址:::1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					出错时间:04/27/2025 09:11:28
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					错误信息开始=====>
 | 
				
			||||||
 | 
					错误类型:InvalidOperationException
 | 
				
			||||||
 | 
					错误信息:意外的类型代码: DBNull
 | 
				
			||||||
 | 
					错误堆栈:
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.SqlTypeSystem.Sql2005Provider.From(Type type, Nullable`1 size)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.SqlTypeSystem.Sql2008Provider.From(Type type, Nullable`1 size)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.SqlTypeSystem.ProviderBase.From(Type type)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.SqlTypeSystem.ProviderBase.From(Object o)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.SqlFactory.ValueFromObject(Object value, Type clrType, Boolean isClientSpecified, Expression sourceExpression)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitInvocation(InvocationExpression invoke)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitInner(Expression node)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitExpression(Expression exp)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitBinary(BinaryExpression b)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitInner(Expression node)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitExpression(Expression exp)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitBinary(BinaryExpression b)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitInner(Expression node)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitExpression(Expression exp)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitBinary(BinaryExpression b)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitInner(Expression node)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitExpression(Expression exp)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitBinary(BinaryExpression b)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitInner(Expression node)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitExpression(Expression exp)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitWhere(Expression sequence, LambdaExpression predicate)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitSequenceOperatorCall(MethodCallExpression mc)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitMethodCall(MethodCallExpression mc)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitInner(Expression node)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitAggregate(Expression sequence, LambdaExpression lambda, SqlNodeType aggType, Type returnType)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitSequenceOperatorCall(MethodCallExpression mc)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitMethodCall(MethodCallExpression mc)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitInner(Expression node)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.ConvertOuter(Expression node)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.SqlProvider.BuildQuery(Expression query, SqlNodeAnnotations annotations)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.DataQuery`1.System.Linq.IQueryProvider.Execute[S](Expression expression)
 | 
				
			||||||
 | 
					   在 System.Linq.Queryable.Sum[TSource](IQueryable`1 source, Expression`1 selector)
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.HSSE.Meeting.ClassMeeting.setProjectGroupPersonSum(Object groupId) 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\HSSE\Meeting\ClassMeeting.aspx.cs:行号 216
 | 
				
			||||||
 | 
					   在 ASP.hsse_meeting_classmeeting_aspx.__DataBindingLabel1(Object sender, EventArgs e) 位置 e:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\HSSE\Meeting\ClassMeeting.aspx:行号 70
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.OnDataBinding(EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.DataBind()
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.DataBindChildren()
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.DataBind()
 | 
				
			||||||
 | 
					   在 (Control )
 | 
				
			||||||
 | 
					   在 FineUIPro.GridRow.BkpgFeAELTFlAvoTrOBrConfcLJbA()
 | 
				
			||||||
 | 
					   在 (GridRow )
 | 
				
			||||||
 | 
					   在 FineUIPro.Grid.BkpgFeAELTFlAvoTrOBrConfcLJbA(Int32 , Object )
 | 
				
			||||||
 | 
					   在 (Grid , Int32 , Object )
 | 
				
			||||||
 | 
					   在 FineUIPro.Grid.LDChsdiaqdhUTcxBcQPMKyQFfjEDB(DataTable , Boolean )
 | 
				
			||||||
 | 
					   在 (Grid , DataTable , Boolean )
 | 
				
			||||||
 | 
					   在 FineUIPro.Grid.DataBind(Boolean keepCurrentData)
 | 
				
			||||||
 | 
					   在 (Grid , Boolean )
 | 
				
			||||||
 | 
					   在 FineUIPro.Grid.DataBind()
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.HSSE.Meeting.ClassMeeting.BindGrid() 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\HSSE\Meeting\ClassMeeting.aspx.cs:行号 106
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.HSSE.Meeting.ClassMeeting.Page_Load(Object sender, EventArgs e) 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\HSSE\Meeting\ClassMeeting.aspx.cs:行号 62
 | 
				
			||||||
 | 
					   在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.OnLoad(EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.LoadRecursive()
 | 
				
			||||||
 | 
					   在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 | 
				
			||||||
 | 
					出错时间:04/27/2025 09:14:31
 | 
				
			||||||
 | 
					出错文件:http://localhost:4528/HSSE/Meeting/ClassMeeting.aspx
 | 
				
			||||||
 | 
					IP地址:::1
 | 
				
			||||||
 | 
					操作人员:徐月
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					出错时间:04/27/2025 09:14:31
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					错误信息开始=====>
 | 
				
			||||||
 | 
					错误类型:HotReloadException
 | 
				
			||||||
 | 
					错误信息:已尝试调用已删除的方法实现。在应用程序运行时删除方法或更改其名称或签名就可能会发生这种情况。
 | 
				
			||||||
 | 
					错误堆栈:
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.HSSE.Meeting.ClassMeeting.setProjectGroupPersonSum(Object groupId)
 | 
				
			||||||
 | 
					   在 ASP.hsse_meeting_classmeeting_aspx.__DataBindingLabel1(Object sender, EventArgs e) 位置 e:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\HSSE\Meeting\ClassMeeting.aspx:行号 70
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.OnDataBinding(EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.DataBind()
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.DataBindChildren()
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.DataBind()
 | 
				
			||||||
 | 
					   在 (Control )
 | 
				
			||||||
 | 
					   在 FineUIPro.GridRow.BkpgFeAELTFlAvoTrOBrConfcLJbA()
 | 
				
			||||||
 | 
					   在 (GridRow )
 | 
				
			||||||
 | 
					   在 FineUIPro.Grid.BkpgFeAELTFlAvoTrOBrConfcLJbA(Int32 , Object )
 | 
				
			||||||
 | 
					   在 (Grid , Int32 , Object )
 | 
				
			||||||
 | 
					   在 FineUIPro.Grid.LDChsdiaqdhUTcxBcQPMKyQFfjEDB(DataTable , Boolean )
 | 
				
			||||||
 | 
					   在 (Grid , DataTable , Boolean )
 | 
				
			||||||
 | 
					   在 FineUIPro.Grid.DataBind(Boolean keepCurrentData)
 | 
				
			||||||
 | 
					   在 (Grid , Boolean )
 | 
				
			||||||
 | 
					   在 FineUIPro.Grid.DataBind()
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.HSSE.Meeting.ClassMeeting.BindGrid()
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.HSSE.Meeting.ClassMeeting.Page_Load(Object sender, EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.OnLoad(EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.LoadRecursive()
 | 
				
			||||||
 | 
					   在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 | 
				
			||||||
 | 
					出错时间:04/27/2025 09:16:05
 | 
				
			||||||
 | 
					出错文件:http://localhost:4528/HSSE/Meeting/ClassMeeting.aspx
 | 
				
			||||||
 | 
					IP地址:::1
 | 
				
			||||||
 | 
					操作人员:徐月
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					出错时间:04/27/2025 09:16:05
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					错误信息开始=====>
 | 
				
			||||||
 | 
					错误类型:InvalidOperationException
 | 
				
			||||||
 | 
					错误信息:意外的类型代码: DBNull
 | 
				
			||||||
 | 
					错误堆栈:
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.SqlTypeSystem.Sql2005Provider.From(Type type, Nullable`1 size)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.SqlTypeSystem.Sql2008Provider.From(Type type, Nullable`1 size)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.SqlTypeSystem.ProviderBase.From(Type type)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.SqlTypeSystem.ProviderBase.From(Object o)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.SqlFactory.ValueFromObject(Object value, Type clrType, Boolean isClientSpecified, Expression sourceExpression)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitInvocation(InvocationExpression invoke)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitInner(Expression node)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitExpression(Expression exp)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitBinary(BinaryExpression b)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitInner(Expression node)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitExpression(Expression exp)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitBinary(BinaryExpression b)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitInner(Expression node)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitExpression(Expression exp)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitBinary(BinaryExpression b)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitInner(Expression node)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitExpression(Expression exp)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitBinary(BinaryExpression b)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitInner(Expression node)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitExpression(Expression exp)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitWhere(Expression sequence, LambdaExpression predicate)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitSequenceOperatorCall(MethodCallExpression mc)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitMethodCall(MethodCallExpression mc)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitInner(Expression node)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitAggregate(Expression sequence, LambdaExpression lambda, SqlNodeType aggType, Type returnType)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitSequenceOperatorCall(MethodCallExpression mc)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitMethodCall(MethodCallExpression mc)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.VisitInner(Expression node)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.QueryConverter.ConvertOuter(Expression node)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.SqlProvider.BuildQuery(Expression query, SqlNodeAnnotations annotations)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query)
 | 
				
			||||||
 | 
					   在 System.Data.Linq.DataQuery`1.System.Linq.IQueryProvider.Execute[S](Expression expression)
 | 
				
			||||||
 | 
					   在 System.Linq.Queryable.Sum[TSource](IQueryable`1 source, Expression`1 selector)
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.HSSE.Meeting.ClassMeeting.setProjectGroupPersonSum(Object groupId)
 | 
				
			||||||
 | 
					   在 ASP.hsse_meeting_classmeeting_aspx.__DataBindingLabel1(Object sender, EventArgs e) 位置 e:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\HSSE\Meeting\ClassMeeting.aspx:行号 70
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.OnDataBinding(EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.DataBind()
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.DataBindChildren()
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.DataBind()
 | 
				
			||||||
 | 
					   在 (Control )
 | 
				
			||||||
 | 
					   在 FineUIPro.GridRow.BkpgFeAELTFlAvoTrOBrConfcLJbA()
 | 
				
			||||||
 | 
					   在 (GridRow )
 | 
				
			||||||
 | 
					   在 FineUIPro.Grid.BkpgFeAELTFlAvoTrOBrConfcLJbA(Int32 , Object )
 | 
				
			||||||
 | 
					   在 (Grid , Int32 , Object )
 | 
				
			||||||
 | 
					   在 FineUIPro.Grid.LDChsdiaqdhUTcxBcQPMKyQFfjEDB(DataTable , Boolean )
 | 
				
			||||||
 | 
					   在 (Grid , DataTable , Boolean )
 | 
				
			||||||
 | 
					   在 FineUIPro.Grid.DataBind(Boolean keepCurrentData)
 | 
				
			||||||
 | 
					   在 (Grid , Boolean )
 | 
				
			||||||
 | 
					   在 FineUIPro.Grid.DataBind()
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.HSSE.Meeting.ClassMeeting.BindGrid()
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.HSSE.Meeting.ClassMeeting.Page_Load(Object sender, EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.OnLoad(EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.LoadRecursive()
 | 
				
			||||||
 | 
					   在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 | 
				
			||||||
 | 
					出错时间:04/27/2025 09:20:04
 | 
				
			||||||
 | 
					出错文件:http://localhost:4528/HSSE/Meeting/ClassMeeting.aspx
 | 
				
			||||||
 | 
					IP地址:::1
 | 
				
			||||||
 | 
					操作人员:徐月
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					出错时间:04/27/2025 09:20:04
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					错误信息开始=====>
 | 
				
			||||||
 | 
					错误类型:NullReferenceException
 | 
				
			||||||
 | 
					错误信息:未将对象引用设置到对象的实例。
 | 
				
			||||||
 | 
					错误堆栈:
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.common.mainProject.getCQMSProblem() 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\common\mainProject.aspx.cs:行号 531
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.common.mainProject.Page_Load(Object sender, EventArgs e) 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\common\mainProject.aspx.cs:行号 60
 | 
				
			||||||
 | 
					   在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.OnLoad(EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.LoadRecursive()
 | 
				
			||||||
 | 
					   在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 | 
				
			||||||
 | 
					出错时间:05/09/2025 10:49:30
 | 
				
			||||||
 | 
					出错文件:http://localhost:4528/common/mainProject.aspx
 | 
				
			||||||
 | 
					IP地址:::1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					出错时间:05/09/2025 10:49:30
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					错误信息开始=====>
 | 
				
			||||||
 | 
					错误类型:NullReferenceException
 | 
				
			||||||
 | 
					错误信息:未将对象引用设置到对象的实例。
 | 
				
			||||||
 | 
					错误堆栈:
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.indexProject.Page_Load(Object sender, EventArgs e) 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\indexProject.aspx.cs:行号 369
 | 
				
			||||||
 | 
					   在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.OnLoad(EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.LoadRecursive()
 | 
				
			||||||
 | 
					   在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 | 
				
			||||||
 | 
					出错时间:05/09/2025 11:16:26
 | 
				
			||||||
 | 
					出错文件:http://localhost:4528/indexProject.aspx?projectId=b65e57ea-93f5-416a-86fc-e0db7570ec58
 | 
				
			||||||
 | 
					IP地址:::1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					出错时间:05/09/2025 11:16:26
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					错误信息开始=====>
 | 
				
			||||||
 | 
					错误类型:NullReferenceException
 | 
				
			||||||
 | 
					错误信息:未将对象引用设置到对象的实例。
 | 
				
			||||||
 | 
					错误堆栈:
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.common.mainProject.getCQMSProblem() 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\common\mainProject.aspx.cs:行号 531
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.common.mainProject.Page_Load(Object sender, EventArgs e) 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\common\mainProject.aspx.cs:行号 60
 | 
				
			||||||
 | 
					   在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.OnLoad(EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.LoadRecursive()
 | 
				
			||||||
 | 
					   在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 | 
				
			||||||
 | 
					出错时间:05/09/2025 11:23:25
 | 
				
			||||||
 | 
					出错文件:http://localhost:4528/common/mainProject.aspx
 | 
				
			||||||
 | 
					IP地址:::1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					出错时间:05/09/2025 11:23:26
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					错误信息开始=====>
 | 
				
			||||||
 | 
					错误类型:NullReferenceException
 | 
				
			||||||
 | 
					错误信息:未将对象引用设置到对象的实例。
 | 
				
			||||||
 | 
					错误堆栈:
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.common.mainProject.getCQMSProblem() 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\common\mainProject.aspx.cs:行号 531
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.common.mainProject.Page_Load(Object sender, EventArgs e) 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\common\mainProject.aspx.cs:行号 60
 | 
				
			||||||
 | 
					   在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.OnLoad(EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.LoadRecursive()
 | 
				
			||||||
 | 
					   在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 | 
				
			||||||
 | 
					出错时间:05/09/2025 14:39:49
 | 
				
			||||||
 | 
					出错文件:http://localhost:4528/common/mainProject.aspx
 | 
				
			||||||
 | 
					IP地址:::1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					出错时间:05/09/2025 14:39:49
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					错误信息开始=====>
 | 
				
			||||||
 | 
					错误类型:NullReferenceException
 | 
				
			||||||
 | 
					错误信息:未将对象引用设置到对象的实例。
 | 
				
			||||||
 | 
					错误堆栈:
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.common.mainProject.getCQMSProblem() 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\common\mainProject.aspx.cs:行号 531
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.common.mainProject.Page_Load(Object sender, EventArgs e) 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\common\mainProject.aspx.cs:行号 60
 | 
				
			||||||
 | 
					   在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.OnLoad(EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.LoadRecursive()
 | 
				
			||||||
 | 
					   在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 | 
				
			||||||
 | 
					出错时间:05/09/2025 14:40:29
 | 
				
			||||||
 | 
					出错文件:http://localhost:4528/common/mainProject.aspx
 | 
				
			||||||
 | 
					IP地址:::1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					出错时间:05/09/2025 14:40:29
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					错误信息开始=====>
 | 
				
			||||||
 | 
					错误类型:NullReferenceException
 | 
				
			||||||
 | 
					错误信息:未将对象引用设置到对象的实例。
 | 
				
			||||||
 | 
					错误堆栈:
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.common.mainProject.getCQMSProblem() 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\common\mainProject.aspx.cs:行号 536
 | 
				
			||||||
 | 
					   在 FineUIPro.Web.common.mainProject.Page_Load(Object sender, EventArgs e) 位置 E:\Workstation\河北安装\SGGL_HBAZ\SGGL\FineUIPro.Web\common\mainProject.aspx.cs:行号 60
 | 
				
			||||||
 | 
					   在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.OnLoad(EventArgs e)
 | 
				
			||||||
 | 
					   在 System.Web.UI.Control.LoadRecursive()
 | 
				
			||||||
 | 
					   在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 | 
				
			||||||
 | 
					出错时间:05/09/2025 15:05:47
 | 
				
			||||||
 | 
					出错文件:http://localhost:4528/common/mainProject.aspx
 | 
				
			||||||
 | 
					IP地址:::1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					出错时间:05/09/2025 15:05:47
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -15,7 +15,7 @@
 | 
				
			||||||
                <f:Grid ID="Grid1" ShowBorder="true" ShowHeader="false" Title="班前会" EnableCollapse="true"
 | 
					                <f:Grid ID="Grid1" ShowBorder="true" ShowHeader="false" Title="班前会" EnableCollapse="true"
 | 
				
			||||||
                    runat="server" BoxFlex="1" EnableColumnLines="true" DataKeyNames="ClassMeetingId"
 | 
					                    runat="server" BoxFlex="1" EnableColumnLines="true" DataKeyNames="ClassMeetingId"
 | 
				
			||||||
                    DataIDField="ClassMeetingId" AllowSorting="true" ForceFit="true"
 | 
					                    DataIDField="ClassMeetingId" AllowSorting="true" ForceFit="true"
 | 
				
			||||||
                    SortField="ClassMeetingCode" SortDirection="DESC" OnSort="Grid1_Sort" AllowPaging="true"
 | 
					                    SortField="TeamGroupId" SortDirection="ASC" OnSort="Grid1_Sort" AllowPaging="true"
 | 
				
			||||||
                    IsDatabasePaging="true" PageSize="10" OnPageIndexChange="Grid1_PageIndexChange"
 | 
					                    IsDatabasePaging="true" PageSize="10" OnPageIndexChange="Grid1_PageIndexChange"
 | 
				
			||||||
                    EnableRowDoubleClickEvent="true" OnRowDoubleClick="Grid1_RowDoubleClick" EnableTextSelection="True">
 | 
					                    EnableRowDoubleClickEvent="true" OnRowDoubleClick="Grid1_RowDoubleClick" EnableTextSelection="True">
 | 
				
			||||||
                    <Toolbars>
 | 
					                    <Toolbars>
 | 
				
			||||||
| 
						 | 
					@ -55,6 +55,21 @@
 | 
				
			||||||
                            SortField="UnitName" FieldType="String" HeaderText="单位" HeaderTextAlign="Center"
 | 
					                            SortField="UnitName" FieldType="String" HeaderText="单位" HeaderTextAlign="Center"
 | 
				
			||||||
                            TextAlign="Left">
 | 
					                            TextAlign="Left">
 | 
				
			||||||
                        </f:RenderField>
 | 
					                        </f:RenderField>
 | 
				
			||||||
 | 
					                        <f:RenderField Width="240px" ColumnID="TeamGroupName" DataField="TeamGroupName"
 | 
				
			||||||
 | 
					                            SortField="TeamGroupName" FieldType="String" HeaderText="班组" HeaderTextAlign="Center"
 | 
				
			||||||
 | 
					                            TextAlign="Left">
 | 
				
			||||||
 | 
					                        </f:RenderField>
 | 
				
			||||||
 | 
					                        <f:RenderField ColumnID="AttentPersonNum" DataField="AttentPersonNum"
 | 
				
			||||||
 | 
					                            SortField="AttentPersonNum" FieldType="String" HeaderText="人数" HeaderTextAlign="Center"
 | 
				
			||||||
 | 
					                            TextAlign="Left">
 | 
				
			||||||
 | 
					                        </f:RenderField>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                        <f:TemplateField ColumnID="TeamGroupId" Width="200px" HeaderText="班组人数汇总" HeaderTextAlign="Center"
 | 
				
			||||||
 | 
					                            TextAlign="Center">
 | 
				
			||||||
 | 
					                            <ItemTemplate>
 | 
				
			||||||
 | 
					                                <asp:Label ID="Label1" runat="server" Text='<%# setProjectGroupPersonSum(Eval("TeamGroupId")) %>'></asp:Label>
 | 
				
			||||||
 | 
					                            </ItemTemplate>
 | 
				
			||||||
 | 
					                        </f:TemplateField>
 | 
				
			||||||
                        <f:RenderField Width="150px" ColumnID="ClassMeetingDate" DataField="ClassMeetingDate"
 | 
					                        <f:RenderField Width="150px" ColumnID="ClassMeetingDate" DataField="ClassMeetingDate"
 | 
				
			||||||
                            SortField="ClassMeetingDate" FieldType="Date" Renderer="Date" RendererArgument="yyyy-MM-dd"
 | 
					                            SortField="ClassMeetingDate" FieldType="Date" Renderer="Date" RendererArgument="yyyy-MM-dd"
 | 
				
			||||||
                            HeaderText="会议日期" HeaderTextAlign="Center" TextAlign="Center">
 | 
					                            HeaderText="会议日期" HeaderTextAlign="Center" TextAlign="Center">
 | 
				
			||||||
| 
						 | 
					@ -71,6 +86,7 @@
 | 
				
			||||||
                    </Columns>
 | 
					                    </Columns>
 | 
				
			||||||
                    <Listeners>
 | 
					                    <Listeners>
 | 
				
			||||||
                        <f:Listener Event="beforerowcontextmenu" Handler="onRowContextMenu" />
 | 
					                        <f:Listener Event="beforerowcontextmenu" Handler="onRowContextMenu" />
 | 
				
			||||||
 | 
					                        <f:Listener Event="dataload" Handler="onGridDataLoad" />
 | 
				
			||||||
                    </Listeners>
 | 
					                    </Listeners>
 | 
				
			||||||
                    <PageItems>
 | 
					                    <PageItems>
 | 
				
			||||||
                        <f:ToolbarSeparator ID="ToolbarSeparator1" runat="server">
 | 
					                        <f:ToolbarSeparator ID="ToolbarSeparator1" runat="server">
 | 
				
			||||||
| 
						 | 
					@ -109,7 +125,9 @@
 | 
				
			||||||
            F(menuID).show();  //showAt(event.pageX, event.pageY);
 | 
					            F(menuID).show();  //showAt(event.pageX, event.pageY);
 | 
				
			||||||
            return false;
 | 
					            return false;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					        function onGridDataLoad(event) {
 | 
				
			||||||
 | 
					            this.mergeColumns(['TeamGroupName', 'TeamGroupId']);
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
        function reloadGrid() {
 | 
					        function reloadGrid() {
 | 
				
			||||||
            __doPostBack(null, 'reloadGrid');
 | 
					            __doPostBack(null, 'reloadGrid');
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -67,13 +67,14 @@ namespace FineUIPro.Web.HSSE.Meeting
 | 
				
			||||||
        /// </summary>
 | 
					        /// </summary>
 | 
				
			||||||
        private void BindGrid()
 | 
					        private void BindGrid()
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            string strSql = "SELECT ClassMeeting.ClassMeetingId,ClassMeeting.ProjectId,CodeRecords.Code AS   ClassMeetingCode,Unit.UnitId,Unit.UnitName,ClassMeeting.ClassMeetingName,ClassMeeting.ClassMeetingDate,ClassMeeting.CompileMan,ClassMeeting.ClassMeetingContents,ClassMeeting.CompileDate,ClassMeeting.States "
 | 
					            string strSql = "SELECT ClassMeeting.AttentPersonNum, ClassMeeting.ClassMeetingId,ClassMeeting.ProjectId,CodeRecords.Code AS   ClassMeetingCode,Unit.UnitId,Unit.UnitName, g.TeamGroupId as TeamGroupId, g.TeamGroupName as TeamGroupName, ClassMeeting.ClassMeetingName,ClassMeeting.ClassMeetingDate,ClassMeeting.CompileMan,ClassMeeting.ClassMeetingContents,ClassMeeting.CompileDate,ClassMeeting.States "
 | 
				
			||||||
                + @" ,(CASE WHEN ClassMeeting.States = " + BLL.Const.State_0 + " OR ClassMeeting.States IS NULL THEN '待['+ISNULL(OperateUser.UserName,Users.UserName)+']提交' WHEN ClassMeeting.States =  " + BLL.Const.State_2 + " THEN '审核/审批完成' ELSE '待['+OperateUser.UserName+']办理' END) AS  FlowOperateName"
 | 
					                + @" ,(CASE WHEN ClassMeeting.States = " + BLL.Const.State_0 + " OR ClassMeeting.States IS NULL THEN '待['+ISNULL(OperateUser.UserName,Users.UserName)+']提交' WHEN ClassMeeting.States =  " + BLL.Const.State_2 + " THEN '审核/审批完成' ELSE '待['+OperateUser.UserName+']办理' END) AS  FlowOperateName"
 | 
				
			||||||
                + @" FROM Meeting_ClassMeeting AS ClassMeeting "
 | 
					                + @" FROM Meeting_ClassMeeting AS ClassMeeting "
 | 
				
			||||||
                + @"  LEFT JOIN Sys_CodeRecords AS CodeRecords ON ClassMeeting.ClassMeetingId = CodeRecords.DataId "
 | 
					                + @"  LEFT JOIN Sys_CodeRecords AS CodeRecords ON ClassMeeting.ClassMeetingId = CodeRecords.DataId "
 | 
				
			||||||
                + @" LEFT JOIN Sys_FlowOperate AS FlowOperate ON ClassMeeting.ClassMeetingId = FlowOperate.DataId AND FlowOperate.IsClosed <> 1"
 | 
					                + @" LEFT JOIN Sys_FlowOperate AS FlowOperate ON ClassMeeting.ClassMeetingId = FlowOperate.DataId AND FlowOperate.IsClosed <> 1"
 | 
				
			||||||
                + @" LEFT JOIN Sys_User AS OperateUser ON FlowOperate.OperaterId=OperateUser.UserId"
 | 
					                + @" LEFT JOIN Sys_User AS OperateUser ON FlowOperate.OperaterId=OperateUser.UserId"
 | 
				
			||||||
                + @" LEFT JOIN Sys_User AS Users ON ClassMeeting.CompileMan = Users.UserId"
 | 
					                + @" LEFT JOIN Sys_User AS Users ON ClassMeeting.CompileMan = Users.UserId"
 | 
				
			||||||
 | 
					                + @" LEFT JOIN ProjectData_TeamGroup AS g ON ClassMeeting.TeamGroupId=g.TeamGroupId"
 | 
				
			||||||
                + @" LEFT JOIN Base_Unit AS Unit ON Unit.UnitId=ClassMeeting.UnitId WHERE 1=1";
 | 
					                + @" LEFT JOIN Base_Unit AS Unit ON Unit.UnitId=ClassMeeting.UnitId WHERE 1=1";
 | 
				
			||||||
            List<SqlParameter> listStr = new List<SqlParameter>();
 | 
					            List<SqlParameter> listStr = new List<SqlParameter>();
 | 
				
			||||||
            if (!string.IsNullOrEmpty(this.CurrUser.LoginProjectId))
 | 
					            if (!string.IsNullOrEmpty(this.CurrUser.LoginProjectId))
 | 
				
			||||||
| 
						 | 
					@ -93,7 +94,7 @@ namespace FineUIPro.Web.HSSE.Meeting
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
            if (!string.IsNullOrEmpty(this.txtEndTime.Text.Trim()))
 | 
					            if (!string.IsNullOrEmpty(this.txtEndTime.Text.Trim()))
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
                strSql += " AND ClassMeeting.CompileDate <= @EndTime";
 | 
					                strSql += " AND ClassMeeting.CompileDate <= @EndTime   ORDER BY TeamGroupId ASC";
 | 
				
			||||||
                listStr.Add(new SqlParameter("@EndTime", string.Format("{0} {1}", this.txtEndTime.Text.Trim(), "23:59:59")));
 | 
					                listStr.Add(new SqlParameter("@EndTime", string.Format("{0} {1}", this.txtEndTime.Text.Trim(), "23:59:59")));
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
            SqlParameter[] parameter = listStr.ToArray();
 | 
					            SqlParameter[] parameter = listStr.ToArray();
 | 
				
			||||||
| 
						 | 
					@ -207,6 +208,24 @@ namespace FineUIPro.Web.HSSE.Meeting
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        #endregion
 | 
					        #endregion
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        #region 按项目班组查询参会人数
 | 
				
			||||||
 | 
					        public string setProjectGroupPersonSum(object groupId)
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            string str = "";
 | 
				
			||||||
 | 
					            DateTime start = DateTime.Parse(string.Format("{0} 00:00:00", this.txtStartTime.Text.Trim()));
 | 
				
			||||||
 | 
					            DateTime end = DateTime.Parse(string.Format("{0} 23:59:59", this.txtEndTime.Text.Trim()));
 | 
				
			||||||
 | 
					            try
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					                str = Funs.DB.Meeting_ClassMeeting.Where(x => x.TeamGroupId == groupId && x.CompileDate >= start && x.CompileDate <= end && x.ProjectId == this.CurrUser.LoginProjectId).Sum(p => p.AttentPersonNum).ToString();
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					            catch (Exception ex)
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					                str = "";
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					            return str;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        #endregion
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        #region 删除
 | 
					        #region 删除
 | 
				
			||||||
        /// <summary>
 | 
					        /// <summary>
 | 
				
			||||||
        /// 右键删除事件
 | 
					        /// 右键删除事件
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -104,6 +104,15 @@ namespace FineUIPro.Web.HSSE.Meeting
 | 
				
			||||||
        /// </remarks>
 | 
					        /// </remarks>
 | 
				
			||||||
        protected global::System.Web.UI.WebControls.Label labNumber;
 | 
					        protected global::System.Web.UI.WebControls.Label labNumber;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        /// <summary>
 | 
				
			||||||
 | 
					        /// Label1 控件。
 | 
				
			||||||
 | 
					        /// </summary>
 | 
				
			||||||
 | 
					        /// <remarks>
 | 
				
			||||||
 | 
					        /// 自动生成的字段。
 | 
				
			||||||
 | 
					        /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
 | 
				
			||||||
 | 
					        /// </remarks>
 | 
				
			||||||
 | 
					        protected global::System.Web.UI.WebControls.Label Label1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        /// <summary>
 | 
					        /// <summary>
 | 
				
			||||||
        /// lblCompileMan 控件。
 | 
					        /// lblCompileMan 控件。
 | 
				
			||||||
        /// </summary>
 | 
					        /// </summary>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -590,19 +590,22 @@
 | 
				
			||||||
            if (new Date(labour_start).getTime() > new Date(labour_end)) {
 | 
					            if (new Date(labour_start).getTime() > new Date(labour_end)) {
 | 
				
			||||||
                alert("请选择小于" + labour_end + "日期")
 | 
					                alert("请选择小于" + labour_end + "日期")
 | 
				
			||||||
                $('#labour_start').val(labour_end)
 | 
					                $('#labour_start').val(labour_end)
 | 
				
			||||||
            }
 | 
					            } else {
 | 
				
			||||||
                serviceData()
 | 
					                serviceData()
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					            
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        })
 | 
					        })
 | 
				
			||||||
        $('#labour_end').on('change', function () {
 | 
					        $('#labour_end').on('change', function () {
 | 
				
			||||||
            let labour_start = $('#labour_start').val()
 | 
					            let labour_start = $('#labour_start').val()
 | 
				
			||||||
            let labour_end = $('#labour_end').val()
 | 
					            let labour_end = $('#labour_end').val()
 | 
				
			||||||
            if (new Date(labour_start).getTime() > new Date(labour_end)) {
 | 
					            if (new Date(labour_start).getTime() > new Date(labour_end)) {
 | 
				
			||||||
                $('#labour_start').val(nowDate())
 | 
					                $('#labour_end').val(labour_start)
 | 
				
			||||||
 | 
					 | 
				
			||||||
                alert("请选择大于" + labour_start + "日期")
 | 
					                alert("请选择大于" + labour_start + "日期")
 | 
				
			||||||
            }
 | 
					            } else {
 | 
				
			||||||
                serviceData()
 | 
					                serviceData()
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					       
 | 
				
			||||||
        })
 | 
					        })
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        // 给安全问题统计赋值
 | 
					        // 给安全问题统计赋值
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -86,15 +86,21 @@ namespace FineUIPro.Web.common
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            DateTime startd = Funs.GetNewDateTimeOrNow(string.Format("{0} {1}", startdate, "00:00:00"));
 | 
					            DateTime startd = Funs.GetNewDateTimeOrNow(string.Format("{0} {1}", startdate, "00:00:00"));
 | 
				
			||||||
            DateTime endd = Funs.GetNewDateTimeOrNow(string.Format("{0} {1}", enddate, "23:59:59"));
 | 
					            DateTime endd = Funs.GetNewDateTimeOrNow(string.Format("{0} {1}", enddate, "23:59:59"));
 | 
				
			||||||
            int m_count = Funs.DB.Project_ProjectUser.Count(x => x.ProjectId == ProjectId);
 | 
					            var meet = (from x in Funs.DB.Meeting_ClassMeeting
 | 
				
			||||||
            int job_count = (from x in Funs.DB.Meeting_ClassMeeting
 | 
					 | 
				
			||||||
                        where x.ProjectId == ProjectId && x.ClassMeetingDate >= startd && x.ClassMeetingDate <= endd
 | 
					                        where x.ProjectId == ProjectId && x.ClassMeetingDate >= startd && x.ClassMeetingDate <= endd
 | 
				
			||||||
 | 
					 | 
				
			||||||
                        select new Model.MeetingItem
 | 
					                        select new Model.MeetingItem
 | 
				
			||||||
                        {
 | 
					                        {
 | 
				
			||||||
                            AttentPersonNum = x.AttentPersonNum ?? 0,
 | 
					                            AttentPersonNum = x.AttentPersonNum ?? 0,
 | 
				
			||||||
 | 
					                            ManagePersonNum = x.ManagePersonNum ?? 0,
 | 
				
			||||||
 | 
					                        }).ToList();
 | 
				
			||||||
 | 
					            var m_count = 0;
 | 
				
			||||||
 | 
					            var job_count = 0;
 | 
				
			||||||
 | 
					            if (meet.Count() > 0)
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					               m_count = meet.Where(m => m.ManagePersonNum != null).Max(m => m.ManagePersonNum);
 | 
				
			||||||
 | 
					               job_count = meet.Sum(s => s.AttentPersonNum);
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
          
 | 
					          
 | 
				
			||||||
                             }).ToList().Sum(s => s.AttentPersonNum);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
            return new {
 | 
					            return new {
 | 
				
			||||||
                m_count = m_count,
 | 
					                m_count = m_count,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -231,5 +231,10 @@ namespace Model
 | 
				
			||||||
            get;
 | 
					            get;
 | 
				
			||||||
            set;
 | 
					            set;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					        public int ManagePersonNum
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            get;
 | 
				
			||||||
 | 
					            set;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -551,6 +551,9 @@ namespace Model
 | 
				
			||||||
    partial void InsertCl_b_unitapp(Cl_b_unitapp instance);
 | 
					    partial void InsertCl_b_unitapp(Cl_b_unitapp instance);
 | 
				
			||||||
    partial void UpdateCl_b_unitapp(Cl_b_unitapp instance);
 | 
					    partial void UpdateCl_b_unitapp(Cl_b_unitapp instance);
 | 
				
			||||||
    partial void DeleteCl_b_unitapp(Cl_b_unitapp instance);
 | 
					    partial void DeleteCl_b_unitapp(Cl_b_unitapp instance);
 | 
				
			||||||
 | 
					    partial void InsertCl_F_MaterialStorageS(Cl_F_MaterialStorageS instance);
 | 
				
			||||||
 | 
					    partial void UpdateCl_F_MaterialStorageS(Cl_F_MaterialStorageS instance);
 | 
				
			||||||
 | 
					    partial void DeleteCl_F_MaterialStorageS(Cl_F_MaterialStorageS instance);
 | 
				
			||||||
    partial void InsertCl_file(Cl_file instance);
 | 
					    partial void InsertCl_file(Cl_file instance);
 | 
				
			||||||
    partial void UpdateCl_file(Cl_file instance);
 | 
					    partial void UpdateCl_file(Cl_file instance);
 | 
				
			||||||
    partial void DeleteCl_file(Cl_file instance);
 | 
					    partial void DeleteCl_file(Cl_file instance);
 | 
				
			||||||
| 
						 | 
					@ -4288,6 +4291,14 @@ namespace Model
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
 | 
							public System.Data.Linq.Table<Cl_F_MaterialStorageS> Cl_F_MaterialStorageS
 | 
				
			||||||
 | 
							{
 | 
				
			||||||
 | 
								get
 | 
				
			||||||
 | 
								{
 | 
				
			||||||
 | 
									return this.GetTable<Cl_F_MaterialStorageS>();
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							
 | 
				
			||||||
		public System.Data.Linq.Table<Cl_file> Cl_file
 | 
							public System.Data.Linq.Table<Cl_file> Cl_file
 | 
				
			||||||
		{
 | 
							{
 | 
				
			||||||
			get
 | 
								get
 | 
				
			||||||
| 
						 | 
					@ -90668,6 +90679,308 @@ namespace Model
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
 | 
						[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.Cl_F_MaterialStorageS")]
 | 
				
			||||||
 | 
						public partial class Cl_F_MaterialStorageS : INotifyPropertyChanging, INotifyPropertyChanged
 | 
				
			||||||
 | 
						{
 | 
				
			||||||
 | 
							
 | 
				
			||||||
 | 
							private static PropertyChangingEventArgs emptyChangingEventArgs = new PropertyChangingEventArgs(String.Empty);
 | 
				
			||||||
 | 
							
 | 
				
			||||||
 | 
							private string _ProjectId;
 | 
				
			||||||
 | 
							
 | 
				
			||||||
 | 
							private string _InstallationId;
 | 
				
			||||||
 | 
							
 | 
				
			||||||
 | 
							private string _StorageFzSID;
 | 
				
			||||||
 | 
							
 | 
				
			||||||
 | 
							private string _StorageSheetMID;
 | 
				
			||||||
 | 
							
 | 
				
			||||||
 | 
							private string _StorageSheetSID;
 | 
				
			||||||
 | 
							
 | 
				
			||||||
 | 
							private string _MaterialID;
 | 
				
			||||||
 | 
							
 | 
				
			||||||
 | 
							private System.Nullable<decimal> _StorageQuantity;
 | 
				
			||||||
 | 
							
 | 
				
			||||||
 | 
							private string _PlanSheetSID;
 | 
				
			||||||
 | 
							
 | 
				
			||||||
 | 
							private string _PlanSheetMID;
 | 
				
			||||||
 | 
							
 | 
				
			||||||
 | 
							private System.Nullable<decimal> _Quantity;
 | 
				
			||||||
 | 
							
 | 
				
			||||||
 | 
							private string _AreaCode;
 | 
				
			||||||
 | 
							
 | 
				
			||||||
 | 
					    #region 可扩展性方法定义
 | 
				
			||||||
 | 
					    partial void OnLoaded();
 | 
				
			||||||
 | 
					    partial void OnValidate(System.Data.Linq.ChangeAction action);
 | 
				
			||||||
 | 
					    partial void OnCreated();
 | 
				
			||||||
 | 
					    partial void OnProjectIdChanging(string value);
 | 
				
			||||||
 | 
					    partial void OnProjectIdChanged();
 | 
				
			||||||
 | 
					    partial void OnInstallationIdChanging(string value);
 | 
				
			||||||
 | 
					    partial void OnInstallationIdChanged();
 | 
				
			||||||
 | 
					    partial void OnStorageFzSIDChanging(string value);
 | 
				
			||||||
 | 
					    partial void OnStorageFzSIDChanged();
 | 
				
			||||||
 | 
					    partial void OnStorageSheetMIDChanging(string value);
 | 
				
			||||||
 | 
					    partial void OnStorageSheetMIDChanged();
 | 
				
			||||||
 | 
					    partial void OnStorageSheetSIDChanging(string value);
 | 
				
			||||||
 | 
					    partial void OnStorageSheetSIDChanged();
 | 
				
			||||||
 | 
					    partial void OnMaterialIDChanging(string value);
 | 
				
			||||||
 | 
					    partial void OnMaterialIDChanged();
 | 
				
			||||||
 | 
					    partial void OnStorageQuantityChanging(System.Nullable<decimal> value);
 | 
				
			||||||
 | 
					    partial void OnStorageQuantityChanged();
 | 
				
			||||||
 | 
					    partial void OnPlanSheetSIDChanging(string value);
 | 
				
			||||||
 | 
					    partial void OnPlanSheetSIDChanged();
 | 
				
			||||||
 | 
					    partial void OnPlanSheetMIDChanging(string value);
 | 
				
			||||||
 | 
					    partial void OnPlanSheetMIDChanged();
 | 
				
			||||||
 | 
					    partial void OnQuantityChanging(System.Nullable<decimal> value);
 | 
				
			||||||
 | 
					    partial void OnQuantityChanged();
 | 
				
			||||||
 | 
					    partial void OnAreaCodeChanging(string value);
 | 
				
			||||||
 | 
					    partial void OnAreaCodeChanged();
 | 
				
			||||||
 | 
					    #endregion
 | 
				
			||||||
 | 
							
 | 
				
			||||||
 | 
							public Cl_F_MaterialStorageS()
 | 
				
			||||||
 | 
							{
 | 
				
			||||||
 | 
								OnCreated();
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							
 | 
				
			||||||
 | 
							[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProjectId", DbType="NVarChar(50)")]
 | 
				
			||||||
 | 
							public string ProjectId
 | 
				
			||||||
 | 
							{
 | 
				
			||||||
 | 
								get
 | 
				
			||||||
 | 
								{
 | 
				
			||||||
 | 
									return this._ProjectId;
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
								set
 | 
				
			||||||
 | 
								{
 | 
				
			||||||
 | 
									if ((this._ProjectId != value))
 | 
				
			||||||
 | 
									{
 | 
				
			||||||
 | 
										this.OnProjectIdChanging(value);
 | 
				
			||||||
 | 
										this.SendPropertyChanging();
 | 
				
			||||||
 | 
										this._ProjectId = value;
 | 
				
			||||||
 | 
										this.SendPropertyChanged("ProjectId");
 | 
				
			||||||
 | 
										this.OnProjectIdChanged();
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							
 | 
				
			||||||
 | 
							[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_InstallationId", DbType="NVarChar(50)")]
 | 
				
			||||||
 | 
							public string InstallationId
 | 
				
			||||||
 | 
							{
 | 
				
			||||||
 | 
								get
 | 
				
			||||||
 | 
								{
 | 
				
			||||||
 | 
									return this._InstallationId;
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
								set
 | 
				
			||||||
 | 
								{
 | 
				
			||||||
 | 
									if ((this._InstallationId != value))
 | 
				
			||||||
 | 
									{
 | 
				
			||||||
 | 
										this.OnInstallationIdChanging(value);
 | 
				
			||||||
 | 
										this.SendPropertyChanging();
 | 
				
			||||||
 | 
										this._InstallationId = value;
 | 
				
			||||||
 | 
										this.SendPropertyChanged("InstallationId");
 | 
				
			||||||
 | 
										this.OnInstallationIdChanged();
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							
 | 
				
			||||||
 | 
							[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_StorageFzSID", DbType="Char(36) NOT NULL", CanBeNull=false, IsPrimaryKey=true)]
 | 
				
			||||||
 | 
							public string StorageFzSID
 | 
				
			||||||
 | 
							{
 | 
				
			||||||
 | 
								get
 | 
				
			||||||
 | 
								{
 | 
				
			||||||
 | 
									return this._StorageFzSID;
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
								set
 | 
				
			||||||
 | 
								{
 | 
				
			||||||
 | 
									if ((this._StorageFzSID != value))
 | 
				
			||||||
 | 
									{
 | 
				
			||||||
 | 
										this.OnStorageFzSIDChanging(value);
 | 
				
			||||||
 | 
										this.SendPropertyChanging();
 | 
				
			||||||
 | 
										this._StorageFzSID = value;
 | 
				
			||||||
 | 
										this.SendPropertyChanged("StorageFzSID");
 | 
				
			||||||
 | 
										this.OnStorageFzSIDChanged();
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							
 | 
				
			||||||
 | 
							[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_StorageSheetMID", DbType="Char(36)")]
 | 
				
			||||||
 | 
							public string StorageSheetMID
 | 
				
			||||||
 | 
							{
 | 
				
			||||||
 | 
								get
 | 
				
			||||||
 | 
								{
 | 
				
			||||||
 | 
									return this._StorageSheetMID;
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
								set
 | 
				
			||||||
 | 
								{
 | 
				
			||||||
 | 
									if ((this._StorageSheetMID != value))
 | 
				
			||||||
 | 
									{
 | 
				
			||||||
 | 
										this.OnStorageSheetMIDChanging(value);
 | 
				
			||||||
 | 
										this.SendPropertyChanging();
 | 
				
			||||||
 | 
										this._StorageSheetMID = value;
 | 
				
			||||||
 | 
										this.SendPropertyChanged("StorageSheetMID");
 | 
				
			||||||
 | 
										this.OnStorageSheetMIDChanged();
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							
 | 
				
			||||||
 | 
							[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_StorageSheetSID", DbType="Char(36)")]
 | 
				
			||||||
 | 
							public string StorageSheetSID
 | 
				
			||||||
 | 
							{
 | 
				
			||||||
 | 
								get
 | 
				
			||||||
 | 
								{
 | 
				
			||||||
 | 
									return this._StorageSheetSID;
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
								set
 | 
				
			||||||
 | 
								{
 | 
				
			||||||
 | 
									if ((this._StorageSheetSID != value))
 | 
				
			||||||
 | 
									{
 | 
				
			||||||
 | 
										this.OnStorageSheetSIDChanging(value);
 | 
				
			||||||
 | 
										this.SendPropertyChanging();
 | 
				
			||||||
 | 
										this._StorageSheetSID = value;
 | 
				
			||||||
 | 
										this.SendPropertyChanged("StorageSheetSID");
 | 
				
			||||||
 | 
										this.OnStorageSheetSIDChanged();
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							
 | 
				
			||||||
 | 
							[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_MaterialID", DbType="Char(36)")]
 | 
				
			||||||
 | 
							public string MaterialID
 | 
				
			||||||
 | 
							{
 | 
				
			||||||
 | 
								get
 | 
				
			||||||
 | 
								{
 | 
				
			||||||
 | 
									return this._MaterialID;
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
								set
 | 
				
			||||||
 | 
								{
 | 
				
			||||||
 | 
									if ((this._MaterialID != value))
 | 
				
			||||||
 | 
									{
 | 
				
			||||||
 | 
										this.OnMaterialIDChanging(value);
 | 
				
			||||||
 | 
										this.SendPropertyChanging();
 | 
				
			||||||
 | 
										this._MaterialID = value;
 | 
				
			||||||
 | 
										this.SendPropertyChanged("MaterialID");
 | 
				
			||||||
 | 
										this.OnMaterialIDChanged();
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							
 | 
				
			||||||
 | 
							[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_StorageQuantity", DbType="Decimal(10,4)")]
 | 
				
			||||||
 | 
							public System.Nullable<decimal> StorageQuantity
 | 
				
			||||||
 | 
							{
 | 
				
			||||||
 | 
								get
 | 
				
			||||||
 | 
								{
 | 
				
			||||||
 | 
									return this._StorageQuantity;
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
								set
 | 
				
			||||||
 | 
								{
 | 
				
			||||||
 | 
									if ((this._StorageQuantity != value))
 | 
				
			||||||
 | 
									{
 | 
				
			||||||
 | 
										this.OnStorageQuantityChanging(value);
 | 
				
			||||||
 | 
										this.SendPropertyChanging();
 | 
				
			||||||
 | 
										this._StorageQuantity = value;
 | 
				
			||||||
 | 
										this.SendPropertyChanged("StorageQuantity");
 | 
				
			||||||
 | 
										this.OnStorageQuantityChanged();
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							
 | 
				
			||||||
 | 
							[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PlanSheetSID", DbType="Char(36)")]
 | 
				
			||||||
 | 
							public string PlanSheetSID
 | 
				
			||||||
 | 
							{
 | 
				
			||||||
 | 
								get
 | 
				
			||||||
 | 
								{
 | 
				
			||||||
 | 
									return this._PlanSheetSID;
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
								set
 | 
				
			||||||
 | 
								{
 | 
				
			||||||
 | 
									if ((this._PlanSheetSID != value))
 | 
				
			||||||
 | 
									{
 | 
				
			||||||
 | 
										this.OnPlanSheetSIDChanging(value);
 | 
				
			||||||
 | 
										this.SendPropertyChanging();
 | 
				
			||||||
 | 
										this._PlanSheetSID = value;
 | 
				
			||||||
 | 
										this.SendPropertyChanged("PlanSheetSID");
 | 
				
			||||||
 | 
										this.OnPlanSheetSIDChanged();
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							
 | 
				
			||||||
 | 
							[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PlanSheetMID", DbType="NVarChar(36)")]
 | 
				
			||||||
 | 
							public string PlanSheetMID
 | 
				
			||||||
 | 
							{
 | 
				
			||||||
 | 
								get
 | 
				
			||||||
 | 
								{
 | 
				
			||||||
 | 
									return this._PlanSheetMID;
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
								set
 | 
				
			||||||
 | 
								{
 | 
				
			||||||
 | 
									if ((this._PlanSheetMID != value))
 | 
				
			||||||
 | 
									{
 | 
				
			||||||
 | 
										this.OnPlanSheetMIDChanging(value);
 | 
				
			||||||
 | 
										this.SendPropertyChanging();
 | 
				
			||||||
 | 
										this._PlanSheetMID = value;
 | 
				
			||||||
 | 
										this.SendPropertyChanged("PlanSheetMID");
 | 
				
			||||||
 | 
										this.OnPlanSheetMIDChanged();
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							
 | 
				
			||||||
 | 
							[global::System.Data.Linq.Mapping.ColumnAttribute(Name="quantity", Storage="_Quantity", DbType="Decimal(15,2)")]
 | 
				
			||||||
 | 
							public System.Nullable<decimal> Quantity
 | 
				
			||||||
 | 
							{
 | 
				
			||||||
 | 
								get
 | 
				
			||||||
 | 
								{
 | 
				
			||||||
 | 
									return this._Quantity;
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
								set
 | 
				
			||||||
 | 
								{
 | 
				
			||||||
 | 
									if ((this._Quantity != value))
 | 
				
			||||||
 | 
									{
 | 
				
			||||||
 | 
										this.OnQuantityChanging(value);
 | 
				
			||||||
 | 
										this.SendPropertyChanging();
 | 
				
			||||||
 | 
										this._Quantity = value;
 | 
				
			||||||
 | 
										this.SendPropertyChanged("Quantity");
 | 
				
			||||||
 | 
										this.OnQuantityChanged();
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							
 | 
				
			||||||
 | 
							[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AreaCode", DbType="NVarChar(20)")]
 | 
				
			||||||
 | 
							public string AreaCode
 | 
				
			||||||
 | 
							{
 | 
				
			||||||
 | 
								get
 | 
				
			||||||
 | 
								{
 | 
				
			||||||
 | 
									return this._AreaCode;
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
								set
 | 
				
			||||||
 | 
								{
 | 
				
			||||||
 | 
									if ((this._AreaCode != value))
 | 
				
			||||||
 | 
									{
 | 
				
			||||||
 | 
										this.OnAreaCodeChanging(value);
 | 
				
			||||||
 | 
										this.SendPropertyChanging();
 | 
				
			||||||
 | 
										this._AreaCode = value;
 | 
				
			||||||
 | 
										this.SendPropertyChanged("AreaCode");
 | 
				
			||||||
 | 
										this.OnAreaCodeChanged();
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							
 | 
				
			||||||
 | 
							public event PropertyChangingEventHandler PropertyChanging;
 | 
				
			||||||
 | 
							
 | 
				
			||||||
 | 
							public event PropertyChangedEventHandler PropertyChanged;
 | 
				
			||||||
 | 
							
 | 
				
			||||||
 | 
							protected virtual void SendPropertyChanging()
 | 
				
			||||||
 | 
							{
 | 
				
			||||||
 | 
								if ((this.PropertyChanging != null))
 | 
				
			||||||
 | 
								{
 | 
				
			||||||
 | 
									this.PropertyChanging(this, emptyChangingEventArgs);
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							
 | 
				
			||||||
 | 
							protected virtual void SendPropertyChanged(String propertyName)
 | 
				
			||||||
 | 
							{
 | 
				
			||||||
 | 
								if ((this.PropertyChanged != null))
 | 
				
			||||||
 | 
								{
 | 
				
			||||||
 | 
									this.PropertyChanged(this, new PropertyChangedEventArgs(propertyName));
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
						
 | 
				
			||||||
	[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.cl_file")]
 | 
						[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.cl_file")]
 | 
				
			||||||
	public partial class Cl_file : INotifyPropertyChanging, INotifyPropertyChanged
 | 
						public partial class Cl_file : INotifyPropertyChanging, INotifyPropertyChanged
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
| 
						 | 
					@ -102353,7 +102666,7 @@ namespace Model
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
		[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_OutQuantity", DbType="Decimal(15,2)", UpdateCheck=UpdateCheck.Never)]
 | 
							[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_OutQuantity", DbType="Decimal(15,4)", UpdateCheck=UpdateCheck.Never)]
 | 
				
			||||||
		public System.Nullable<decimal> OutQuantity
 | 
							public System.Nullable<decimal> OutQuantity
 | 
				
			||||||
		{
 | 
							{
 | 
				
			||||||
			get
 | 
								get
 | 
				
			||||||
| 
						 | 
					@ -102413,7 +102726,7 @@ namespace Model
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
		[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CertificatesFactoryNo", DbType="NVarChar(50)", UpdateCheck=UpdateCheck.Never)]
 | 
							[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CertificatesFactoryNo", DbType="NVarChar(500)", UpdateCheck=UpdateCheck.Never)]
 | 
				
			||||||
		public string CertificatesFactoryNo
 | 
							public string CertificatesFactoryNo
 | 
				
			||||||
		{
 | 
							{
 | 
				
			||||||
			get
 | 
								get
 | 
				
			||||||
| 
						 | 
					@ -104152,7 +104465,7 @@ namespace Model
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
		[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RecordTableOptions", DbType="NVarChar(100)")]
 | 
							[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RecordTableOptions", DbType="NVarChar(500)")]
 | 
				
			||||||
		public string RecordTableOptions
 | 
							public string RecordTableOptions
 | 
				
			||||||
		{
 | 
							{
 | 
				
			||||||
			get
 | 
								get
 | 
				
			||||||
| 
						 | 
					@ -107715,7 +108028,7 @@ namespace Model
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
		[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RecordTableOptions", DbType="NVarChar(100)", UpdateCheck=UpdateCheck.Never)]
 | 
							[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RecordTableOptions", DbType="NVarChar(500)", UpdateCheck=UpdateCheck.Never)]
 | 
				
			||||||
		public string RecordTableOptions
 | 
							public string RecordTableOptions
 | 
				
			||||||
		{
 | 
							{
 | 
				
			||||||
			get
 | 
								get
 | 
				
			||||||
| 
						 | 
					@ -298809,6 +299122,8 @@ namespace Model
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
		private string _MeetingHostManOther;
 | 
							private string _MeetingHostManOther;
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
 | 
							private System.Nullable<int> _ManagePersonNum;
 | 
				
			||||||
 | 
							
 | 
				
			||||||
		private EntityRef<Base_Project> _Base_Project;
 | 
							private EntityRef<Base_Project> _Base_Project;
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
		private EntityRef<Base_Unit> _Base_Unit;
 | 
							private EntityRef<Base_Unit> _Base_Unit;
 | 
				
			||||||
| 
						 | 
					@ -298855,6 +299170,8 @@ namespace Model
 | 
				
			||||||
    partial void OnAttentPersonNumChanged();
 | 
					    partial void OnAttentPersonNumChanged();
 | 
				
			||||||
    partial void OnMeetingHostManOtherChanging(string value);
 | 
					    partial void OnMeetingHostManOtherChanging(string value);
 | 
				
			||||||
    partial void OnMeetingHostManOtherChanged();
 | 
					    partial void OnMeetingHostManOtherChanged();
 | 
				
			||||||
 | 
					    partial void OnManagePersonNumChanging(System.Nullable<int> value);
 | 
				
			||||||
 | 
					    partial void OnManagePersonNumChanged();
 | 
				
			||||||
    #endregion
 | 
					    #endregion
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
		public Meeting_ClassMeeting()
 | 
							public Meeting_ClassMeeting()
 | 
				
			||||||
| 
						 | 
					@ -299222,6 +299539,26 @@ namespace Model
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
 | 
							[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ManagePersonNum", DbType="Int")]
 | 
				
			||||||
 | 
							public System.Nullable<int> ManagePersonNum
 | 
				
			||||||
 | 
							{
 | 
				
			||||||
 | 
								get
 | 
				
			||||||
 | 
								{
 | 
				
			||||||
 | 
									return this._ManagePersonNum;
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
								set
 | 
				
			||||||
 | 
								{
 | 
				
			||||||
 | 
									if ((this._ManagePersonNum != value))
 | 
				
			||||||
 | 
									{
 | 
				
			||||||
 | 
										this.OnManagePersonNumChanging(value);
 | 
				
			||||||
 | 
										this.SendPropertyChanging();
 | 
				
			||||||
 | 
										this._ManagePersonNum = value;
 | 
				
			||||||
 | 
										this.SendPropertyChanged("ManagePersonNum");
 | 
				
			||||||
 | 
										this.OnManagePersonNumChanged();
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							
 | 
				
			||||||
		[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Meeting_ClassMeeting_Base_Project", Storage="_Base_Project", ThisKey="ProjectId", OtherKey="ProjectId", IsForeignKey=true)]
 | 
							[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Meeting_ClassMeeting_Base_Project", Storage="_Base_Project", ThisKey="ProjectId", OtherKey="ProjectId", IsForeignKey=true)]
 | 
				
			||||||
		public Base_Project Base_Project
 | 
							public Base_Project Base_Project
 | 
				
			||||||
		{
 | 
							{
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue