diff --git a/DataBase/版本日志/SGGLDB_WH_2023-09-20.sql b/DataBase/版本日志/SGGLDB_WH_2023-09-20.sql
index 20e24b23..6ad99dbe 100644
--- a/DataBase/版本日志/SGGLDB_WH_2023-09-20.sql
+++ b/DataBase/版本日志/SGGLDB_WH_2023-09-20.sql
@@ -1,474 +1,317 @@
-delete from Sys_MenuFlowOperate;
+alter table Manager_PersonSortC add SumOutPersonNum int
+go
+
+update Sys_Const set ConstText='3 本月项目现场HSE工时/工日统计' where ID='D8141695-CD8C-4724-98A5-C5DD015FA917'
+update Sys_Const set ConstText='4 HSE绩效管理数据' where ID='244E173B-43D8-4D37-B4BE-FFBAF6EC18B7'
+update Sys_Const set ConstText='5 本月项目HSE费用管理' where ID='890B9A0E-DA44-471A-92BD-E7150E4FFC7C'
+update Sys_Const set ConstText='6 HSE责任事故/事件描述' where ID='7EC9E717-5869-4B16-8D38-7CD156C0330A'
+update Sys_Const set ConstText='7 下月HSE工作计划' where ID='80488E9F-5289-4A77-A7E8-0B13FEF14ABA'
+update Sys_Const set ConstText='8 HSE合规义务识别与评价' where ID='FC2F863C-248D-424C-998D-9FC00B55C13D'
+update Sys_Const set ConstText='9 需协调解决的主要问题' where ID='C11BB760-8C4D-489F-8FA3-324BD0CBEB38'
+update Sys_Const set ConstText='10 项目现场HSE影像照片' where ID='671D47D7-511A-404C-B864-3179483F3579'
+go
+
+alter table Manager_TrainSortC add TrainType nvarchar(50)
+alter table Manager_TrainSortC add TotalPersonNum int
+alter table Manager_MonthReportC add AccidentDef nvarchar(2000)
+go
+
+
+CREATE TABLE [dbo].[Manager_Month_ComplianceObligationsC](
+ [ComplianceObligationsId] [nvarchar](50) NOT NULL,
+ [MonthReportId] [nvarchar](50) NULL,
+ [InformationContent] [nvarchar](500) NULL,
+ [ResponseMeasures] [nvarchar](500) NULL,
+ [ImplementationStatus] [nvarchar](500) NULL,
+ [EvaluationConclusion] [nvarchar](50) NULL,
+ CONSTRAINT [PK_Manager_Month_ComplianceObligationsC] PRIMARY KEY CLUSTERED
+(
+ [ComplianceObligationsId] ASC
+)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
+) ON [PRIMARY]
---ҵƱ
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('0c1a6c13-1cb8-45e8-a415-d93c4f2dd4c0','2E58D4F1-2FF1-450E-8A00-1CE3BBCF8D4B',1,1,1,'ְʩ',0)
-GO
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('211e7843-7986-4fd3-80ef-a0d01c0d1261','2E58D4F1-2FF1-450E-8A00-1CE3BBCF8D4B',2,1,1,'ְHSE',0)
-GO
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('ac7d5fec-6bfe-4fbe-b385-1617691fa13f','2E58D4F1-2FF1-450E-8A00-1CE3BBCF8D4B',3,1,1,'廷ʩ',0)
-GO
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('d8477641-40ef-485e-92b7-3c5ddce7b9ce','2E58D4F1-2FF1-450E-8A00-1CE3BBCF8D4B',4,1,1,'廷HSE',0)
-GO
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('dc0fc1b6-f9bf-4810-94fb-473e8f9721d5','2E58D4F1-2FF1-450E-8A00-1CE3BBCF8D4B',5,1,1,'',1)
-GO
---ߴҵƱ
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('817F4373-5A30-4197-9793-5ACB0152E80F','DA1CAE8E-B5BF-4AC0-9996-AF6CAA412CA9',1,1,1,'ְʩ',0)
-GO
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('BF3A7FAD-6265-4228-ACB4-03DCA3581270','DA1CAE8E-B5BF-4AC0-9996-AF6CAA412CA9',2,1,1,'ְHSE',0)
-GO
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('A71C71E1-9BAB-4AF6-A0DC-BFF18299FFEA','DA1CAE8E-B5BF-4AC0-9996-AF6CAA412CA9',3,1,1,'廷ʩ',0)
-GO
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('6630FC39-44FB-4B50-BA0D-7DEDB628F5EE','DA1CAE8E-B5BF-4AC0-9996-AF6CAA412CA9',4,1,1,'廷HSE',0)
-GO
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('45CAC29E-986E-4FCE-BE6F-C1FE085A0AD6','DA1CAE8E-B5BF-4AC0-9996-AF6CAA412CA9',5,1,1,'',1)
-GO
---ռҵƱ
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('034452AD-92AB-4956-ACF6-BE89FE01BECE','AEC9166D-1C91-45F0-8BFE-D3D0479A28C7',1,1,1,'ְʩ',0)
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('A0F4DE31-59C6-4DF9-B6AB-B559BC70FCAB','AEC9166D-1C91-45F0-8BFE-D3D0479A28C7',2,1,1,'ְHSE',0)
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('A41B5815-8D40-4EB7-89EC-2A5E18D8EE8A','AEC9166D-1C91-45F0-8BFE-D3D0479A28C7',3,1,1,'廷ʩ',0)
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('B72FAA80-D647-41EB-89B7-0A4A48DC53ED','AEC9166D-1C91-45F0-8BFE-D3D0479A28C7',4,1,1,'廷HSE',0)
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('B34C3254-91A5-45B9-8592-CBE7BCA2AF60','AEC9166D-1C91-45F0-8BFE-D3D0479A28C7',5,1,1,'',1)
-GO
---ҵƱ
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('FD0271ED-6CAB-4FC2-8645-E530F0724A79','F72FF20B-D3EB-46A5-97F7-C99B2473A140',1,1,1,'ְʩ',0)
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('98448443-8BB2-4D29-B174-FF0EADD4711D','F72FF20B-D3EB-46A5-97F7-C99B2473A140',2,1,1,'ְHSE',0)
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('EAC9F894-0ED7-49D3-A397-88B53E5C1D74','F72FF20B-D3EB-46A5-97F7-C99B2473A140',3,1,1,'廷ʩ',0)
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('E5CE0A69-CF76-4685-A164-7F665DA26627','F72FF20B-D3EB-46A5-97F7-C99B2473A140',4,1,1,'廷HSE',0)
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('1D75313C-8C94-416B-84CE-37A41E376A76','F72FF20B-D3EB-46A5-97F7-C99B2473A140',5,1,1,'',1)
-GO
---·(ռ)ҵƱ
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('FE783A32-17ED-4BFC-917B-413C8DB246CC','4E607E83-41FC-4F49-B26F-A21CFE38328F',1,1,1,'ְʩ',0)
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('EEA2A984-C229-48A5-972B-1D99D2C18475','4E607E83-41FC-4F49-B26F-A21CFE38328F',2,1,1,'ְHSE',0)
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('D0C91634-29A7-43E2-98A3-62FA148AA517','4E607E83-41FC-4F49-B26F-A21CFE38328F',3,1,1,'廷ʩ',0)
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('13FE0C64-AE97-47E9-8637-6904A87ECCE9','4E607E83-41FC-4F49-B26F-A21CFE38328F',4,1,1,'廷HSE',0)
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('6BA6D160-3D1C-4333-92E1-996A3F13AECC','4E607E83-41FC-4F49-B26F-A21CFE38328F',5,1,1,'',1)
-GO
---ҵƱ
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('755C6AC9-2E38-4D4F-AF33-33CB1744A9071','755C6AC9-2E38-4D4F-AF33-33CB1744A907',1,1,1,'ְʩ',0)
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('755C6AC9-2E38-4D4F-AF33-33CB1744A9072','755C6AC9-2E38-4D4F-AF33-33CB1744A907',2,1,1,'ְHSE',0)
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('755C6AC9-2E38-4D4F-AF33-33CB1744A9073','755C6AC9-2E38-4D4F-AF33-33CB1744A907',3,1,1,'廷ʩ',0)
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('755C6AC9-2E38-4D4F-AF33-33CB1744A9074','755C6AC9-2E38-4D4F-AF33-33CB1744A907',4,1,1,'廷HSE',0)
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('755C6AC9-2E38-4D4F-AF33-33CB1744A9077','755C6AC9-2E38-4D4F-AF33-33CB1744A907',5,1,1,'',1)
-GO
---ҹʩҵƱ
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('7BBAE649-7B00-4475-A911-BFE3A37AC55B1','7BBAE649-7B00-4475-A911-BFE3A37AC55B',1,1,1,'ְʩ',0)
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('7BBAE649-7B00-4475-A911-BFE3A37AC55B2','7BBAE649-7B00-4475-A911-BFE3A37AC55B',2,1,1,'ְHSE',0)
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('7BBAE649-7B00-4475-A911-BFE3A37AC55B3','7BBAE649-7B00-4475-A911-BFE3A37AC55B',3,1,1,'廷ʩ',0)
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('7BBAE649-7B00-4475-A911-BFE3A37AC55B4','7BBAE649-7B00-4475-A911-BFE3A37AC55B',4,1,1,'廷HSE',0)
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('7BBAE649-7B00-4475-A911-BFE3A37AC55B7','7BBAE649-7B00-4475-A911-BFE3A37AC55B',5,1,1,'',1)
-GO
---װҵƱ
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('A1BE3AB6-9D4A-41E7-8870-E734231654511','A1BE3AB6-9D4A-41E7-8870-E73423165451',1,1,1,'ְʩ',0)
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('A1BE3AB6-9D4A-41E7-8870-E734231654512','A1BE3AB6-9D4A-41E7-8870-E73423165451',2,1,1,'ְHSE',0)
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('A1BE3AB6-9D4A-41E7-8870-E734231654513','A1BE3AB6-9D4A-41E7-8870-E73423165451',3,1,1,'廷ʩ',0)
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('A1BE3AB6-9D4A-41E7-8870-E734231654514','A1BE3AB6-9D4A-41E7-8870-E73423165451',4,1,1,'廷HSE',0)
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('A1BE3AB6-9D4A-41E7-8870-E734231654517','A1BE3AB6-9D4A-41E7-8870-E73423165451',5,1,1,'',1)
GO
---ʱҵƱ
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('48F64E0F-38B2-4BDC-9B61-6200BD02CBF51','48F64E0F-38B2-4BDC-9B61-6200BD02CBF5',1,1,1,'ְʩ',0)
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('48F64E0F-38B2-4BDC-9B61-6200BD02CBF52','48F64E0F-38B2-4BDC-9B61-6200BD02CBF5',2,1,1,'ְHSE',0)
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('48F64E0F-38B2-4BDC-9B61-6200BD02CBF53','48F64E0F-38B2-4BDC-9B61-6200BD02CBF5',3,1,1,'廷ʩ',0)
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('48F64E0F-38B2-4BDC-9B61-6200BD02CBF54','48F64E0F-38B2-4BDC-9B61-6200BD02CBF5',4,1,1,'廷HSE',0)
-INSERT Sys_MenuFlowOperate(FlowOperateId,MenuId,FlowStep,GroupNum,OrderNum,AuditFlowName,IsFlowEnd)
-VALUES('48F64E0F-38B2-4BDC-9B61-6200BD02CBF57','48F64E0F-38B2-4BDC-9B61-6200BD02CBF5',5,1,1,'',1);
+ALTER TABLE [dbo].[Manager_Month_ComplianceObligationsC] WITH CHECK ADD CONSTRAINT [FK_Manager_Month_ComplianceObligationsC_Manager_MonthReportC] FOREIGN KEY([MonthReportId])
+REFERENCES [dbo].[Manager_MonthReportC] ([MonthReportId])
+GO
+
+ALTER TABLE [dbo].[Manager_Month_ComplianceObligationsC] CHECK CONSTRAINT [FK_Manager_Month_ComplianceObligationsC_Manager_MonthReportC]
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'主键' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_ComplianceObligationsC', @level2type=N'COLUMN',@level2name=N'ComplianceObligationsId'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'HSE管理月报ID' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_ComplianceObligationsC', @level2type=N'COLUMN',@level2name=N'MonthReportId'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'HSE合规义务信息内容' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_ComplianceObligationsC', @level2type=N'COLUMN',@level2name=N'InformationContent'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'响应措施内容' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_ComplianceObligationsC', @level2type=N'COLUMN',@level2name=N'ResponseMeasures'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'实施情况' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_ComplianceObligationsC', @level2type=N'COLUMN',@level2name=N'ImplementationStatus'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'HSE合规义务识别与评价表' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_ComplianceObligationsC'
+GO
+
+drop table Manager_Month_HazardC
+go
+CREATE TABLE [dbo].[Manager_Month_HazardC](
+ [HazardId] [nvarchar](50) NOT NULL,
+ [MonthReportId] [nvarchar](50) NOT NULL,
+ [WorkArea] [nvarchar](50) NULL,
+ [EnvironmentalFactors] [nvarchar](500) NULL,
+ [Consequence] [nvarchar](500) NULL,
+ [ControlMeasures] [nvarchar](100) NULL,
+ [IsMajor] [bit] NULL,
+ CONSTRAINT [PK_Manager_Month_HazardC] PRIMARY KEY CLUSTERED
+(
+ [HazardId] ASC
+)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
+) ON [PRIMARY]
+
+GO
+
+ALTER TABLE [dbo].[Manager_Month_HazardC] WITH CHECK ADD CONSTRAINT [FK_Manager_Month_HazardC_Manager_MonthReport] FOREIGN KEY([MonthReportId])
+REFERENCES [dbo].[Manager_MonthReportC] ([MonthReportId])
+GO
+
+ALTER TABLE [dbo].[Manager_Month_HazardC] CHECK CONSTRAINT [FK_Manager_Month_HazardC_Manager_MonthReport]
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'主键' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_HazardC', @level2type=N'COLUMN',@level2name=N'HazardId'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'月报Id' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_HazardC', @level2type=N'COLUMN',@level2name=N'MonthReportId'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'活动/过程/地点' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_HazardC', @level2type=N'COLUMN',@level2name=N'WorkArea'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'危险源环境因素描述' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_HazardC', @level2type=N'COLUMN',@level2name=N'EnvironmentalFactors'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'可能存在的危险源' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_HazardC', @level2type=N'COLUMN',@level2name=N'Consequence'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'控制措施' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_HazardC', @level2type=N'COLUMN',@level2name=N'ControlMeasures'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'是否重大危险源/重要环境因素' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_HazardC', @level2type=N'COLUMN',@level2name=N'IsMajor'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'新增危险源识别及控制' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_HazardC'
GO
-ALTER PROCEDURE [dbo].[Sp_APP_GetToDoItems]
- @projectId NVARCHAR(50)=NULL,
- @userId NVARCHAR(200)=NULL
-AS
-/*ȡǰ˴*/
-BEGIN
-SELECT HazardRegisterId AS DataId
- ,'B6BE5FE0-CB84-47FF-A6C3-5AD9E1CCE079' AS MenuId
- ,'ȫѲ' AS MenuName
- ,register.RegisterDef AS Content
- ,UserId
- ,users.UserName
- ,register.RegisterDate AS DataTime
- ,CONVERT(varchar(100),register.RegisterDate, 23) AS DataTimeStr
- ,'/pagesHSSE/safe/inspecitonconfirm' AS UrlStr
-FROM HSSE_Hazard_HazardRegister AS register
-LEFT JOIN Sys_User AS users ON users.UserId =@userId
-WHERE register.ProjectId=@projectId AND
-((register.states = '1' AND (register.ResponsibleMan =@userId OR register.CCManIds LIKE ('%'+@userId+'%') ))
-OR (register.states = '2' AND register.CheckManId =@userId))
-UNION ALL
-SELECT PlanId AS DataId
- ,'B782A26B-D85C-4F84-8B45-F7AA47B3159E' AS MenuId
- ,'ѵƻ' AS MenuName
- ,PlanName AS Content
- ,UserId
- ,users.UserName
- ,DesignerDate AS DataTime
- ,CONVERT(varchar(100),DesignerDate, 23) AS DataTimeStr
- ,'/pagesTest/test/trainindex' AS UrlStr
-FROM Training_Plan AS ePlan
-LEFT JOIN Sys_User AS users ON ePlan.DesignerId= users.UserId
-WHERE (ePlan.ProjectId=@projectId or (@projectId is null and ePlan.ProjectId is null))
- AND (States = '0' OR States = '1' ) AND ePlan.DesignerId =@userId
+CREATE TABLE [dbo].[Manager_RewardAndPunishSortC](
+ [RewardAndPunishId] [nvarchar](50) NOT NULL,
+ [MonthReportId] [nvarchar](50) NULL,
+ [RewardNum] [int] NULL,
+ [RewardMoney] [decimal](18, 2) NULL,
+ [ProjectRewardMoney] [numeric](18, 2) NULL,
+ [PunishNum] [int] NULL,
+ [PunishMoney] [decimal](18, 2) NULL,
+ [ProjectPunishMoney] [decimal](18, 2) NULL,
+ CONSTRAINT [PK_Manager_RewardAndPunishSortC] PRIMARY KEY CLUSTERED
+(
+ [RewardAndPunishId] ASC
+)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
+) ON [PRIMARY]
-UNION ALL
-SELECT TestPlanId AS DataId
- ,'FAF7F4A4-A4BC-4D94-9E88-0CF5A380DB34' AS MenuId
- ,'Լƻ' AS MenuName
- ,PlanName AS Content
- ,UserId
- ,users.UserName
- ,PlanDate AS DataTime
- ,CONVERT(varchar(100),PlanDate, 23) AS DataTimeStr
- ,'/pagesTest/test/testplan' AS UrlStr
-FROM Training_TestPlan AS TPlan
-LEFT JOIN Sys_User AS users ON users.UserId =TPlan.PlanManId
-WHERE (TPlan.ProjectId=@projectId or (@projectId is null and TPlan.ProjectId is null))
- AND (States = '0' OR States = '1' ) AND PlanManId =@userId
+GO
-UNION ALL
-SELECT TaskId AS DataId
- ,'E108F75D-89D0-4DCA-8356-A156C328805C' AS MenuId
- ,'ѵ' AS MenuName
- ,Plans.PlanName AS Content
- ,users.UserId
- ,users.UserName
- ,TaskDate AS DataTime
- ,CONVERT(varchar(100),TaskDate, 23) AS DataTimeStr
- ,('/pagesTest/test/taskindex') AS UrlStr
-FROM Training_Task AS Task
- LEFT JOIN Sys_User AS users ON users.UserId =@userId
- LEFT JOIN Training_Plan AS Plans ON Plans.PlanId =Task.PlanId
-WHERE (Task.ProjectId=@projectId or (@projectId is null and Task.ProjectId is null))
- AND (Task.States IS NULL OR Task.States != 2)
- AND Task.UserId = @userId
+ALTER TABLE [dbo].[Manager_RewardAndPunishSortC] WITH CHECK ADD CONSTRAINT [FK_Manager_RewardAndPunishSortC_Manager_MonthReportC] FOREIGN KEY([MonthReportId])
+REFERENCES [dbo].[Manager_MonthReportC] ([MonthReportId])
+GO
-UNION ALL
-SELECT TestRecordId AS DataId
- ,'0EEB138D-84F9-4686-8CBB-CAEAA6CF1B2A' AS MenuId
- ,'ɨ뿼' AS MenuName
- ,TestPlan.PlanName AS Content
- ,TestRecord.TestManId
- ,Person.PersonName
- ,TestPlan.TestStartTime AS DataTime
- ,CONVERT(varchar(100),TestPlan.TestStartTime, 23) AS DataTimeStr
- ,('/pages/temp_index/index') AS UrlStr
-FROM Training_TestRecord AS TestRecord
-left join Training_TestPlan as TestPlan on TestRecord.TestPlanId = TestPlan.TestPlanId
-left join SitePerson_Person as Person on Person.PersonId = TestRecord.TestManId
-left join Sys_User as uses on Person.IdentityCard = uses.IdentityCard
-WHERE (TestRecord.ProjectId=@projectId or (@projectId is null and TestRecord.ProjectId is null))
-AND TestPlan.States ='1'
-AND TestRecord.TestEndTime IS NULL
-AND (TestRecord.TestManId = @userId or uses.UserId = @userId)
+ALTER TABLE [dbo].[Manager_RewardAndPunishSortC] CHECK CONSTRAINT [FK_Manager_RewardAndPunishSortC_Manager_MonthReportC]
+GO
-UNION ALL
-SELECT FireWorkId AS DataId
- ,'2E58D4F1-2FF1-450E-8A00-1CE3BBCF8D4B' AS MenuId
- ,'ҵ' AS MenuName
- ,LicenseCode AS Content
- ,UserId
- ,users.UserName
- ,ApplyDate AS DataTime
- ,CONVERT(varchar(100),ApplyDate, 23) AS DataTimeStr
- ,(CASE WHEN States = '0' THEN '/pagesWork/dhuo/add'
- ELSE '/pagesWork/dhuo/approval' END) AS UrlStr
-FROM License_FireWork AS License
- LEFT JOIN Sys_User AS users ON users.UserId =License.NextManId
-WHERE License.ProjectId=@projectId
- AND (States = '0' OR States = '1' OR States= '6')
- AND License.NextManId LIKE '%'+ @userId+'%'
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'主键' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_RewardAndPunishSortC', @level2type=N'COLUMN',@level2name=N'RewardAndPunishId'
+GO
-UNION ALL
-SELECT HeightWorkId AS DataId
- ,'DA1CAE8E-B5BF-4AC0-9996-AF6CAA412CA9' AS MenuId
- ,'ߴҵ' AS MenuName
- ,LicenseCode AS Content
- ,UserId
- ,users.UserName
- ,ApplyDate AS DataTime
- ,CONVERT(varchar(100),ApplyDate, 23) AS DataTimeStr
- ,(CASE WHEN States = '0' THEN '/pagesWork/gchu/add'
- ELSE '/pagesWork/dhuo/approval' END) AS UrlStr
-FROM License_HeightWork AS License
- LEFT JOIN Sys_User AS users ON users.UserId =License.NextManId
-WHERE License.ProjectId=@projectId
- AND (States = '0' OR States = '1' OR States= '6')
- AND License.NextManId LIKE '%'+ @userId+'%'
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'HSE管理月报ID' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_RewardAndPunishSortC', @level2type=N'COLUMN',@level2name=N'MonthReportId'
+GO
-UNION ALL
-SELECT LimitedSpaceId AS DataId
- ,'AEC9166D-1C91-45F0-8BFE-D3D0479A28C7' AS MenuId
- ,'ռ' AS MenuName
- ,LicenseCode AS Content
- ,UserId
- ,users.UserName
- ,ApplyDate AS DataTime
- ,CONVERT(varchar(100),ApplyDate, 23) AS DataTimeStr
- ,(CASE WHEN States = '0' THEN '/pagesWork/sxkj/add'
- ELSE '/pagesWork/dhuo/approval' END) AS UrlStr
-FROM License_LimitedSpace AS License
- LEFT JOIN Sys_User AS users ON users.UserId =License.NextManId
-WHERE License.ProjectId=@projectId
- AND (States = '0' OR States = '1' OR States= '6')
- AND License.NextManId LIKE '%'+ @userId+'%'
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'本月HSE奖励次数' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_RewardAndPunishSortC', @level2type=N'COLUMN',@level2name=N'RewardNum'
+GO
-UNION ALL
-SELECT RadialWorkId AS DataId
- ,'F72FF20B-D3EB-46A5-97F7-C99B2473A140' AS MenuId
- ,'ҵ' AS MenuName
- ,LicenseCode AS Content
- ,UserId
- ,users.UserName
- ,ApplyDate AS DataTime
- ,CONVERT(varchar(100),ApplyDate, 23) AS DataTimeStr
- ,(CASE WHEN States = '0' THEN '/pagesWork/sx/add'
- ELSE '/pagesWork/dhuo/approval' END) AS UrlStr
-FROM License_RadialWork AS License
- LEFT JOIN Sys_User AS users ON users.UserId =License.NextManId
-WHERE License.ProjectId=@projectId
- AND (States = '0' OR States = '1' OR States= '6')
- AND License.NextManId LIKE '%'+ @userId+'%'
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'本月奖励金额(元)' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_RewardAndPunishSortC', @level2type=N'COLUMN',@level2name=N'RewardMoney'
+GO
-UNION ALL
-SELECT OpenCircuitId AS DataId
- ,'4E607E83-41FC-4F49-B26F-A21CFE38328F' AS MenuId
- ,'·(ռ)' AS MenuName
- ,LicenseCode AS Content
- ,UserId
- ,users.UserName
- ,ApplyDate AS DataTime
- ,CONVERT(varchar(100),ApplyDate, 23) AS DataTimeStr
- ,(CASE WHEN States = '0' THEN '/pagesWork/dlu/add'
- ELSE '/pagesWork/dhuo/approval' END) AS UrlStr
-FROM License_OpenCircuit AS License
- LEFT JOIN Sys_User AS users ON users.UserId =License.NextManId
-WHERE License.ProjectId=@projectId
- AND (States = '0' OR States = '1' OR States= '6')
- AND License.NextManId LIKE '%'+ @userId+'%'
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'项目累计奖励金额' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_RewardAndPunishSortC', @level2type=N'COLUMN',@level2name=N'ProjectRewardMoney'
+GO
-UNION ALL
-SELECT BreakGroundId AS DataId
- ,'755C6AC9-2E38-4D4F-AF33-33CB1744A907' AS MenuId
- ,'ҵ' AS MenuName
- ,LicenseCode AS Content
- ,UserId
- ,users.UserName
- ,ApplyDate AS DataTime
- ,CONVERT(varchar(100),ApplyDate, 23) AS DataTimeStr
- ,(CASE WHEN States = '0' THEN '/pagesWork/dtu/add'
- ELSE '/pagesWork/dhuo/approval' END) AS UrlStr
-FROM License_BreakGround AS License
- LEFT JOIN Sys_User AS users ON users.UserId =License.NextManId
-WHERE License.ProjectId=@projectId
- AND (States = '0' OR States = '1' OR States= '6')
- AND License.NextManId LIKE '%'+ @userId+'%'
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'本月HSE处罚次数' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_RewardAndPunishSortC', @level2type=N'COLUMN',@level2name=N'PunishNum'
+GO
-UNION ALL
-SELECT NightWorkId AS DataId
- ,'7BBAE649-7B00-4475-A911-BFE3A37AC55B' AS MenuId
- ,'ҹʩ' AS MenuName
- ,LicenseCode AS Content
- ,UserId
- ,users.UserName
- ,ApplyDate AS DataTime
- ,CONVERT(varchar(100),ApplyDate, 23) AS DataTimeStr
- ,(CASE WHEN States = '0' THEN '/pagesWork/yjsg/add'
- ELSE '/pagesWork/dhuo/approval' END) AS UrlStr
-FROM License_NightWork AS License
- LEFT JOIN Sys_User AS users ON users.UserId =License.NextManId
-WHERE License.ProjectId=@projectId
- AND (States = '0' OR States = '1' OR States= '6')
- AND License.NextManId LIKE '%'+ @userId+'%'
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'本月处罚金额(元)' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_RewardAndPunishSortC', @level2type=N'COLUMN',@level2name=N'PunishMoney'
+GO
-UNION ALL
-SELECT LiftingWorkId AS DataId
- ,'A1BE3AB6-9D4A-41E7-8870-E73423165451' AS MenuId
- ,'װҵ' AS MenuName
- ,LicenseCode AS Content
- ,UserId
- ,users.UserName
- ,ApplyDate AS DataTime
- ,CONVERT(varchar(100),ApplyDate, 23) AS DataTimeStr
- ,(CASE WHEN States = '0' THEN '/pagesWork/dzhuang/add'
- ELSE '/pagesWork/dhuo/approval' END) AS UrlStr
-FROM License_LiftingWork AS License
- LEFT JOIN Sys_User AS users ON users.UserId =License.NextManId
-WHERE License.ProjectId=@projectId
- AND (States = '0' OR States = '1' OR States= '6')
- AND License.NextManId LIKE '%'+ @userId+'%'
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'项目累计处罚金额' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_RewardAndPunishSortC', @level2type=N'COLUMN',@level2name=N'ProjectPunishMoney'
+GO
-UNION ALL
-SELECT ElectricityId AS DataId
- ,'48F64E0F-38B2-4BDC-9B61-6200BD02CBF5' AS MenuId
- ,'ʱõ' AS MenuName
- ,LicenseCode AS Content
- ,UserId
- ,users.UserName
- ,ApplyDate AS DataTime
- ,CONVERT(varchar(100),ApplyDate, 23) AS DataTimeStr
- ,(CASE WHEN States = '0' THEN '/pagesWork/ldian/add'
- ELSE '/pagesWork/dhuo/approval' END) AS UrlStr
-FROM License_Electricity AS License
- LEFT JOIN Sys_User AS users ON users.UserId =License.NextManId
-WHERE License.ProjectId=@projectId
- AND (States = '0' OR States = '1' OR States= '6')
- AND License.NextManId LIKE '%'+ @userId+'%'
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N' HSE奖励与处罚' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_RewardAndPunishSortC'
+GO
-UNION ALL
-SELECT RectifyNoticesId AS DataId
- ,'0038D764-D628-46F0-94FF-D0A22C3C45A3' AS MenuId
- ,'' AS MenuName
- ,(CASE WHEN Rectify.States =1 THEN 'ǩ'
- WHEN Rectify.States =2 THEN 'ģ'
- WHEN Rectify.States =3 THEN 'ˣ'
- WHEN Rectify.States =4 THEN '飺'
- WHEN Rectify.States =5 THEN 'ɣ'
- ELSE 'ύ' END + RectifyNoticesCode) AS Content
- ,users.UserId
- ,users.UserName
- ,CheckedDate AS DataTime
- ,CONVERT(varchar(100),CheckedDate, 23) AS DataTimeStr
- ,(CASE WHEN ISNULL(Rectify.States,0) =0 THEN '/pagesHSSE/rn/rn_add' --ύ
- WHEN Rectify.States =1 THEN '/pagesHSSE/rn/rn_approval' --ǩ
- WHEN Rectify.States =2 THEN '/pagesHSSE/rn/rn_rectify' --
- WHEN Rectify.States =3 THEN '/pagesHSSE/rn/rn_rectifycf' --
- WHEN Rectify.States =4 THEN '/pagesHSSE/rn/rn_confirm' --
- ELSE '/pagesHSSE/rn/rn_add' END) AS UrlStr
-FROM Check_RectifyNotices AS Rectify
- LEFT JOIN Sys_User AS users ON users.UserId =@userId
-WHERE Rectify.Projectid=@projectId AND Rectify.States <> 5
- AND ((ISNULL(Rectify.States,0) =0 AND Rectify.CompleteManId LIKE '%'+ @userId+'%')
- OR (Rectify.States =1 AND Rectify.SignPerson LIKE '%'+ @userId+'%')
- OR (Rectify.States =2 AND Rectify.DutyPersonId LIKE '%'+ @userId+'%')
- OR (Rectify.States =3 AND Rectify.UnitHeadManId LIKE '%'+ @userId+'%')
- OR (Rectify.States =4 AND Rectify.CheckPerson LIKE '%'+ @userId+'%')
- OR (Rectify.ProfessionalEngineerId LIKE '%'+ @userId+'%' AND (ProfessionalEngineerTime1 IS NULL OR ProfessionalEngineerTime2 IS NULL))
- OR (Rectify.ConstructionManagerId LIKE '%'+ @userId+'%' AND (ConstructionManagerTime1 IS NULL OR ConstructionManagerTime2 IS NULL))
- OR (Rectify.ProjectManagerId LIKE '%'+ @userId+'%' AND (ProjectManagerTime1 IS NULL OR ProjectManagerTime2 IS NULL)))
+alter table Manager_Month_SubExpenseC add ContractAmount decimal(18,2)
+alter table Manager_Month_SubExpenseC add MonthApprovalAmount decimal(18,2)
+alter table Manager_Month_SubExpenseC add ProjectApprovalAmount decimal(18,2)
+go
-UNION ALL
-SELECT PersonId AS DataId
- ,'EE260447-028F-46AF-8864-9A5DC9DAA5BD' AS MenuId
- ,'ֳԱ' AS MenuName
- ,Person.PersonName AS Content
- ,users.UserId
- ,users.UserName
- ,Person.InTime AS DataTime
- ,CONVERT(varchar(100),Person.InTime, 23) AS DataTimeStr
- ,('/pagesHSSE/info/peopledetail') AS UrlStr
-FROM SitePerson_Person AS Person
- LEFT JOIN Sys_User AS users ON users.UserId =@userId
-WHERE Person.ProjectId=@projectId AND (Person.IsUsed IS NULL OR Person.IsUsed= 0)
- AND Person.AuditorId = @userId AND Person.AuditorDate IS NULL
+CREATE TABLE [dbo].[Manager_Month_InjuryAccidentC](
+ [InjuryAccidentId] [nvarchar](50) NOT NULL,
+ [MonthReportId] [nvarchar](50) NULL,
+ [UnitName] [nvarchar](50) NULL,
+ [AttemptedIncidents] [int] NULL,
+ [FirstAidDressing] [int] NULL,
+ [MedicalTreatment] [int] NULL,
+ [WorkLimitation] [int] NULL,
+ [LossPerson] [int] NULL,
+ [LossWorkTime] [decimal](18, 2) NULL,
+ [LossEconomy] [decimal](18, 2) NULL,
+ [DeathPerson] [int] NULL,
+ [DeathWorkTime] [decimal](18, 2) NULL,
+ [DeathEconomy] [decimal](18, 2) NULL,
+ CONSTRAINT [PK_Manager_Month_InjuryAccidentC] PRIMARY KEY CLUSTERED
+(
+ [InjuryAccidentId] ASC
+)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
+) ON [PRIMARY]
+GO
-UNION ALL
-SELECT PauseNoticeId AS DataId
- ,'C81DB7ED-165E-4C69-86B0-A3AAE37059FE' AS MenuId
- ,'ͣ' AS MenuName
- ,(CASE WHEN PauseNotice.PauseStates =1 THEN 'ǩ'
- WHEN PauseNotice.PauseStates =2 THEN ''
- WHEN PauseNotice.PauseStates =3 THEN 'գ'
- ELSE 'ύ' END + PauseNoticeCode) AS Content
- ,users.UserId
- ,users.UserName
- ,PauseTime AS DataTime
- ,CONVERT(varchar(100),PauseTime, 23) AS DataTimeStr
- ,(CASE WHEN ISNULL(PauseNotice.PauseStates,0) =0 THEN '/pagesHSSE/info/stop_add ' --ύ
- WHEN PauseNotice.PauseStates =1 AND PauseNotice.SignManId=@userId THEN '/pagesHSSE/info/stop_approval' --ǩ
- WHEN PauseNotice.PauseStates =2 AND PauseNotice.ApproveManId=@userId THEN '/pagesHSSE/info/stop_confirm' --
- WHEN PauseNotice.PauseStates =3 AND PauseNotice.DutyPersonId=@userId THEN '/pagesHSSE/info/stop_feedback' --
- ELSE '/pagesHSSE/info/stop_detail' END) AS UrlStr
-FROM Check_PauseNotice AS PauseNotice
- LEFT JOIN Sys_User AS users ON users.UserId =@userId
-WHERE PauseNotice.ProjectId=@projectId AND PauseNotice.PauseStates <> 4
- AND ((ISNULL(PauseNotice.PauseStates,0) =0 AND PauseNotice.CompileManId LIKE '%'+ @userId+'%')
- OR (PauseNotice.PauseStates =1 AND PauseNotice.SignManId LIKE '%'+ @userId+'%')
- OR (PauseNotice.PauseStates =2 AND PauseNotice.ApproveManId LIKE '%'+ @userId+'%')
- OR (PauseNotice.PauseStates =3 AND PauseNotice.DutyPersonId LIKE '%'+ @userId+'%')
- OR (PauseNotice.ProfessionalEngineerId LIKE '%'+ @userId+'%' AND ProfessionalEngineerTime IS NULL)
- OR (PauseNotice.ConstructionManagerId LIKE '%'+ @userId+'%' AND ConstructionManagerTime IS NULL)
- OR (PauseNotice.UnitHeadManId LIKE '%'+ @userId+'%' AND UnitHeadManTime IS NULL)
- OR (PauseNotice.SupervisorManId LIKE '%'+ @userId+'%' AND SupervisorManTime IS NULL)
- OR (PauseNotice.OwnerId LIKE '%'+ @userId+'%' AND OwnerTime IS NULL))
-UNION ALL
-SELECT PunishNoticeId AS DataId
- ,'755F1C1D-2178-47D8-9F82-A501B53A2436' AS MenuId
- ,'' AS MenuName
- ,(CASE WHEN PunishNotice.PunishStates =1 THEN 'ǩ'
- WHEN PunishNotice.PunishStates =2 THEN ''
- WHEN PunishNotice.PunishStates =3 THEN 'ִ'
- ELSE 'ύ' END + PunishNoticeCode) AS Content
- ,users.UserId
- ,users.UserName
- ,PunishNoticeDate AS DataTime
- ,CONVERT(varchar(100),PunishNoticeDate, 23) AS DataTimeStr
- ,(CASE WHEN ISNULL(PunishNotice.PunishStates,0) =0 THEN '/pagesTest/punish/add' --ύ
- WHEN PunishNotice.PunishStates =1 AND PunishNotice.SignMan=@userId THEN '/pagesTest/punish/approval' --ǩ
- WHEN PunishNotice.PunishStates =2 AND PunishNotice.ApproveMan=@userId THEN '/pagesTest/punish/rectify' --
- WHEN PunishNotice.PunishStates =3 AND PunishNotice.DutyPersonId=@userId THEN '/pagesTest/punish/rectifycf' --ִ
- ELSE '/pagesTest/punish/detail' END) AS UrlStr
-FROM Check_PunishNotice AS PunishNotice
- LEFT JOIN Sys_User AS users ON users.UserId =@userId
-WHERE PunishNotice.ProjectId=@projectId AND PunishNotice.PunishStates <> 4
- AND ((ISNULL(PunishNotice.PunishStates,0) =0 AND PunishNotice.CompileMan LIKE '%'+ @userId+'%')
- OR (PunishNotice.PunishStates =1 AND PunishNotice.SignMan LIKE '%'+ @userId+'%')
- OR (PunishNotice.PunishStates =2 AND PunishNotice.ApproveMan LIKE '%'+ @userId+'%')
- OR (PunishNotice.PunishStates =3 AND PunishNotice.DutyPersonId LIKE '%'+ @userId+'%')
- OR (PunishNotice.ProfessionalEngineerId LIKE '%'+ @userId+'%' AND ProfessionalEngineerTime IS NULL)
- OR (PunishNotice.ConstructionManagerId LIKE '%'+ @userId+'%' AND ConstructionManagerTime IS NULL)
- OR (PunishNotice.UnitHeadManId LIKE '%'+ @userId+'%' AND UnitHeadManTime IS NULL))
+ALTER TABLE [dbo].[Manager_Month_InjuryAccidentC] WITH CHECK ADD CONSTRAINT [FK_Manager_Month_InjuryAccidentC_Manager_MonthReportC] FOREIGN KEY([MonthReportId])
+REFERENCES [dbo].[Manager_MonthReportC] ([MonthReportId])
+GO
-ORDER BY DataTime DESC
-END
+ALTER TABLE [dbo].[Manager_Month_InjuryAccidentC] CHECK CONSTRAINT [FK_Manager_Month_InjuryAccidentC_Manager_MonthReportC]
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'未遂事件起数' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_InjuryAccidentC', @level2type=N'COLUMN',@level2name=N'AttemptedIncidents'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'急救包扎事故人数' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_InjuryAccidentC', @level2type=N'COLUMN',@level2name=N'FirstAidDressing'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'医疗处置事故人数' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_InjuryAccidentC', @level2type=N'COLUMN',@level2name=N'MedicalTreatment'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'工作受限事故人数' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_InjuryAccidentC', @level2type=N'COLUMN',@level2name=N'WorkLimitation'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'损失事故(人数)' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_InjuryAccidentC', @level2type=N'COLUMN',@level2name=N'LossPerson'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'损失事故(损失工时)' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_InjuryAccidentC', @level2type=N'COLUMN',@level2name=N'LossWorkTime'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'损失事故(经济损失)' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_InjuryAccidentC', @level2type=N'COLUMN',@level2name=N'LossEconomy'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'死亡事故(人数)' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_InjuryAccidentC', @level2type=N'COLUMN',@level2name=N'DeathPerson'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'死亡事故(损失工时)' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_InjuryAccidentC', @level2type=N'COLUMN',@level2name=N'DeathWorkTime'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'死亡事故(经济损失)' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_InjuryAccidentC', @level2type=N'COLUMN',@level2name=N'DeathEconomy'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'本月伤害事故统计' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_InjuryAccidentC'
+GO
+CREATE TABLE [dbo].[Manager_Month_NoInjuryAccidentC](
+ [NoInjuryAccidentId] [nvarchar](50) NOT NULL,
+ [MonthReportId] [nvarchar](50) NULL,
+ [AccidentType] [nvarchar](50) NULL,
+ [EconomicLosses] [decimal](18, 2) NULL,
+ [WHAccidentCount] [int] NULL,
+ [SubAccidentCount] [int] NULL,
+ CONSTRAINT [PK_Manager_Month_NoInjuryAccidentC] PRIMARY KEY CLUSTERED
+(
+ [NoInjuryAccidentId] ASC
+)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
+) ON [PRIMARY]
+
+GO
+
+ALTER TABLE [dbo].[Manager_Month_NoInjuryAccidentC] WITH CHECK ADD CONSTRAINT [FK_Manager_Month_NoInjuryAccidentC_Manager_MonthReportC] FOREIGN KEY([MonthReportId])
+REFERENCES [dbo].[Manager_MonthReportC] ([MonthReportId])
+GO
+
+ALTER TABLE [dbo].[Manager_Month_NoInjuryAccidentC] CHECK CONSTRAINT [FK_Manager_Month_NoInjuryAccidentC_Manager_MonthReportC]
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'主键' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_NoInjuryAccidentC', @level2type=N'COLUMN',@level2name=N'NoInjuryAccidentId'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'月报ID' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_NoInjuryAccidentC', @level2type=N'COLUMN',@level2name=N'MonthReportId'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'事故类型' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_NoInjuryAccidentC', @level2type=N'COLUMN',@level2name=N'AccidentType'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'经济损失' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_NoInjuryAccidentC', @level2type=N'COLUMN',@level2name=N'EconomicLosses'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'事故起数(五环)' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_NoInjuryAccidentC', @level2type=N'COLUMN',@level2name=N'WHAccidentCount'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'事故起数(分包)' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_NoInjuryAccidentC', @level2type=N'COLUMN',@level2name=N'SubAccidentCount'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'本月无伤害事故统计' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_NoInjuryAccidentC'
+GO
+
+
+
+CREATE TABLE [dbo].[Manager_Month_PerformanceIndicatorC](
+ [PerformanceIndicatorId] [nvarchar](50) NOT NULL,
+ [MonthReportId] [nvarchar](50) NULL,
+ [IndicatorType] [nvarchar](50) NULL,
+ [IndicatorName] [nvarchar](200) NULL,
+ [IndicatorValue] [nvarchar](50) NULL,
+ [SortIndex] [int] NULL,
+ CONSTRAINT [PK_Manager_Month_PerformanceIndicatorC] PRIMARY KEY CLUSTERED
+(
+ [PerformanceIndicatorId] ASC
+)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
+) ON [PRIMARY]
+
+GO
+
+ALTER TABLE [dbo].[Manager_Month_PerformanceIndicatorC] WITH CHECK ADD CONSTRAINT [FK_Manager_Month_PerformanceIndicatorC_Manager_MonthReportC] FOREIGN KEY([MonthReportId])
+REFERENCES [dbo].[Manager_MonthReportC] ([MonthReportId])
+GO
+
+ALTER TABLE [dbo].[Manager_Month_PerformanceIndicatorC] CHECK CONSTRAINT [FK_Manager_Month_PerformanceIndicatorC_Manager_MonthReportC]
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'主键' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_PerformanceIndicatorC', @level2type=N'COLUMN',@level2name=N'PerformanceIndicatorId'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'月报ID' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_PerformanceIndicatorC', @level2type=N'COLUMN',@level2name=N'MonthReportId'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'指标类别' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_PerformanceIndicatorC', @level2type=N'COLUMN',@level2name=N'IndicatorType'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'指标名称' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_PerformanceIndicatorC', @level2type=N'COLUMN',@level2name=N'IndicatorName'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'指标值' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_PerformanceIndicatorC', @level2type=N'COLUMN',@level2name=N'IndicatorValue'
+GO
+
+EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'绩效指标' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Manager_Month_PerformanceIndicatorC'
+GO
diff --git a/SGGL/BLL/BLL.csproj b/SGGL/BLL/BLL.csproj
index a90535d5..f8b66252 100644
--- a/SGGL/BLL/BLL.csproj
+++ b/SGGL/BLL/BLL.csproj
@@ -467,6 +467,7 @@
+
@@ -478,18 +479,22 @@
+
+
+
+
diff --git a/SGGL/BLL/Common/Const.cs b/SGGL/BLL/Common/Const.cs
index 3b1c4bb8..7b35835b 100644
--- a/SGGL/BLL/Common/Const.cs
+++ b/SGGL/BLL/Common/Const.cs
@@ -207,6 +207,11 @@ namespace BLL
///
public const string AppSecret_CWCEC = "a08b6ad503f1ced05d27bc11dc9198c3";
+ ///
+ /// 施工单位ID
+ ///
+ public const string UnitId_Con = "fedf9907-54f8-481d-ae4c-8f3dfb7c8eda";
+
///
///施工部门id
///
@@ -281,7 +286,7 @@ namespace BLL
///
/// HSE工程师岗位Id
///
- public static string WorkPost_HSSEEngineer = "9b15af2e-6131-462c-9f8a-71533957ca0e";
+ public static string WorkPost_HSSEEngineer = "D1115B78-C9E1-43A4-8AB1-FF099CAF7BA4";
///
/// 项目安全总监岗位Id
///
@@ -289,7 +294,7 @@ namespace BLL
///
/// HSE经理岗位Id
///
- public static string WorkPost_SafetyManager = "e426e560-9906-4aba-843e-2daef9ebeb05";
+ public static string WorkPost_SafetyManager = "eac153fd-4cf3-4f5f-984d-022a636d47aa";
///
/// HSE副经理岗位Id
diff --git a/SGGL/BLL/CostGoods/PayRegistrationService.cs b/SGGL/BLL/CostGoods/PayRegistrationService.cs
index ab737242..648ec829 100644
--- a/SGGL/BLL/CostGoods/PayRegistrationService.cs
+++ b/SGGL/BLL/CostGoods/PayRegistrationService.cs
@@ -475,15 +475,31 @@ namespace BLL
}
///
- /// 根据时间、项目获取安全费用投入登记信息
+ /// 根据时间、项目获取五环安全费用投入登记信息
///
///
///
///
///
- public static List GetPayRegistrationByPayDate(DateTime startTime, DateTime endTime, string projectId)
+ public static List GetPayRegistrationByPayDate(DateTime startTime, DateTime endTime, string projectId,string unitId)
{
- return (from x in Funs.DB.CostGoods_PayRegistration where x.PayDate >= startTime && x.PayDate <= endTime && x.ProjectId == projectId select x).ToList();
+ return (from x in Funs.DB.CostGoods_PayRegistration where x.PayDate >= startTime && x.PayDate <= endTime && x.ProjectId == projectId && x.UnitId == unitId select x).ToList();
+ }
+
+ ///
+ /// 根据时间、项目获取施工分包商安全费用投入登记信息
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static List GetConPayRegistrationByPayDate(DateTime startTime, DateTime endTime, string projectId)
+ {
+ return (from x in Funs.DB.CostGoods_PayRegistration
+ join y in Funs.DB.Base_Unit on x.UnitId equals y.UnitId
+ where x.PayDate >= startTime && x.PayDate <= endTime && x.ProjectId == projectId
+ && y.UnitTypeId == BLL.Const.UnitId_Con
+ select x).ToList();
}
}
}
diff --git a/SGGL/BLL/CostGoods/SubPayRegistrationService.cs b/SGGL/BLL/CostGoods/SubPayRegistrationService.cs
index 395f0643..ca677519 100644
--- a/SGGL/BLL/CostGoods/SubPayRegistrationService.cs
+++ b/SGGL/BLL/CostGoods/SubPayRegistrationService.cs
@@ -219,6 +219,32 @@ namespace BLL
return (from x in Funs.DB.CostGoods_SubPayRegistration where x.PayDate >= startTime && x.PayDate <= endTime && x.ProjectId == projectId select x).ToList();
}
+ ///
+ /// 根据单位获取HSE措施费合同额
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static decimal? GetSubPaySMonthTypeByUnitId(string unitId, DateTime startTime, DateTime endTime)
+ {
+ var q = (from x in Funs.DB.CostGoods_SubPayRegistration
+ where x.UnitId == unitId && x.PayDate >= startTime && x.PayDate < endTime
+ select x).ToList();
+ if (q.Count > 0)
+ {
+ return q.Sum(e => (e.SMonthType1 + e.SMonthType2 + e.SMonthType3 + e.SMonthType4 + e.SMonthType5 + e.SMonthType6 + e.SMonthType7 + e.SMonthType8 + e.SMonthType9 + e.SMonthType10 + e.SMonthType11 + e.SMonthType12 + e.SMonthType13 + e.SMonthType14 + e.SMonthType15 + e.SMonthType16 + e.SMonthType17 + e.SMonthType18 + e.SMonthType19 + e.SMonthType20 + e.SMonthType21 + e.SMonthType22 + e.SMonthType23 + e.SMonthType24 + e.SMonthType25 + e.SMonthType26 + e.SMonthType27 + e.SMonthType28 + e.SMonthType29));
+ }
+ return null;
+ }
+
+ ///
+ /// 根据单位获取本月项目分包商HSE费用支付统计
+ ///
+ ///
+ ///
+ ///
+ ///
public static decimal? GetSubPayRegistrationByUnitId(string unitId, DateTime startTime, DateTime endTime)
{
var q = (from x in Funs.DB.CostGoods_SubPayRegistration
diff --git a/SGGL/BLL/HSSE/Accident/AccidentHandleService.cs b/SGGL/BLL/HSSE/Accident/AccidentHandleService.cs
index 6ba1d44f..b1f73c7d 100644
--- a/SGGL/BLL/HSSE/Accident/AccidentHandleService.cs
+++ b/SGGL/BLL/HSSE/Accident/AccidentHandleService.cs
@@ -102,5 +102,10 @@ namespace BLL
db.SubmitChanges();
}
}
+
+ public static int GetAccidentHandleByAccidentDate(DateTime startTime, DateTime endTime, string projectId, string unitId)
+ {
+ return (from x in Funs.DB.Accident_AccidentHandle where x.AccidentDate >= startTime && x.AccidentDate < endTime && x.ProjectId == projectId && x.UnitId == unitId select x).Count();
+ }
}
}
\ No newline at end of file
diff --git a/SGGL/BLL/HSSE/Accident/AccidentReportService.cs b/SGGL/BLL/HSSE/Accident/AccidentReportService.cs
index bdabca29..febdddd9 100644
--- a/SGGL/BLL/HSSE/Accident/AccidentReportService.cs
+++ b/SGGL/BLL/HSSE/Accident/AccidentReportService.cs
@@ -453,5 +453,10 @@ namespace BLL
db.SubmitChanges();
}
}
+
+ public static List GetAccidentReportsByAccidentType(string accidentType,DateTime startTime, DateTime endTime, string projectId)
+ {
+ return (from x in Funs.DB.Accident_AccidentReport where x.AccidentTypeId==accidentType && x.AccidentDate >= startTime && x.AccidentDate < endTime && x.ProjectId == projectId && x.States == BLL.Const.State_2 select x).ToList();
+ }
}
}
diff --git a/SGGL/BLL/HSSE/EduTrain/EduTrain_TrainRecordService.cs b/SGGL/BLL/HSSE/EduTrain/EduTrain_TrainRecordService.cs
index 2f6b3c00..157168e1 100644
--- a/SGGL/BLL/HSSE/EduTrain/EduTrain_TrainRecordService.cs
+++ b/SGGL/BLL/HSSE/EduTrain/EduTrain_TrainRecordService.cs
@@ -154,5 +154,10 @@ namespace BLL
{
return (from x in Funs.DB.EduTrain_TrainRecord where x.TrainStartDate < time && x.ProjectId == projectId select x).Count();
}
+
+ public static int? GetTrainPersonCount(DateTime startTime, DateTime endTime, string projectId)
+ {
+ return (from x in Funs.DB.EduTrain_TrainRecord where x.TrainStartDate >= startTime && x.TrainStartDate <= endTime && x.ProjectId == projectId select x.TrainPersonNum).Sum();
+ }
}
}
diff --git a/SGGL/BLL/HSSE/Manager/ManagerMonthC/ComplianceObligationsCService.cs b/SGGL/BLL/HSSE/Manager/ManagerMonthC/ComplianceObligationsCService.cs
new file mode 100644
index 00000000..313d61fd
--- /dev/null
+++ b/SGGL/BLL/HSSE/Manager/ManagerMonthC/ComplianceObligationsCService.cs
@@ -0,0 +1,57 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace BLL
+{
+ ///
+ /// HSE合规义务识别与评价
+ ///
+ public class ComplianceObligationsCService
+ {
+ ///
+ /// 根据月报ID获取相关HSE合规义务识别与评价
+ ///
+ ///
+ ///
+ public static List GetComplianceObligationsCByMonthReportId(string monthRepportId)
+ {
+ return (from x in Funs.DB.Manager_Month_ComplianceObligationsC where x.MonthReportId == monthRepportId select x).ToList();
+ }
+
+ ///
+ /// 增加
+ ///
+ ///
+ public static void AddComplianceObligationsC(Model.Manager_Month_ComplianceObligationsC data)
+ {
+ Model.Manager_Month_ComplianceObligationsC newData = new Model.Manager_Month_ComplianceObligationsC
+ {
+ ComplianceObligationsId = data.ComplianceObligationsId,
+ MonthReportId = data.MonthReportId,
+ InformationContent = data.InformationContent,
+ ResponseMeasures = data.ResponseMeasures,
+ ImplementationStatus = data.ImplementationStatus,
+ EvaluationConclusion = data.EvaluationConclusion
+ };
+ Funs.DB.Manager_Month_ComplianceObligationsC.InsertOnSubmit(newData);
+ Funs.DB.SubmitChanges();
+ }
+
+ ///
+ /// 根据HSE月报ID删除相关HSE合规义务识别与评价
+ ///
+ ///
+ public static void DeleteComplianceObligationsCByMonthReportId(string monthReportId)
+ {
+ var q = (from x in Funs.DB.Manager_Month_ComplianceObligationsC where x.MonthReportId == monthReportId select x).ToList();
+ if (q != null)
+ {
+ Funs.DB.Manager_Month_ComplianceObligationsC.DeleteAllOnSubmit(q);
+ Funs.DB.SubmitChanges();
+ }
+ }
+ }
+}
diff --git a/SGGL/BLL/HSSE/Manager/ManagerMonthC/HazardCService.cs b/SGGL/BLL/HSSE/Manager/ManagerMonthC/HazardCService.cs
index 63fa1762..ec21a88e 100644
--- a/SGGL/BLL/HSSE/Manager/ManagerMonthC/HazardCService.cs
+++ b/SGGL/BLL/HSSE/Manager/ManagerMonthC/HazardCService.cs
@@ -16,7 +16,7 @@ namespace BLL
///
public static List GetHazardByMonthReportId(string monthReportId)
{
- return (from x in Funs.DB.Manager_Month_HazardC where x.MonthReportId == monthReportId orderby x.SortIndex select x).ToList();
+ return (from x in Funs.DB.Manager_Month_HazardC where x.MonthReportId == monthReportId select x).ToList();
}
///
@@ -31,10 +31,10 @@ namespace BLL
HazardId = SQLHelper.GetNewID(typeof(Model.Manager_Month_HazardC)),
MonthReportId = hazard.MonthReportId,
WorkArea = hazard.WorkArea,
- Subcontractor = hazard.Subcontractor,
- DangerousSource = hazard.DangerousSource,
+ EnvironmentalFactors = hazard.EnvironmentalFactors,
+ Consequence = hazard.Consequence,
ControlMeasures = hazard.ControlMeasures,
- SortIndex = hazard.SortIndex
+ IsMajor = hazard.IsMajor
};
db.Manager_Month_HazardC.InsertOnSubmit(newHazard);
db.SubmitChanges();
diff --git a/SGGL/BLL/HSSE/Manager/ManagerMonthC/InjuryAccidentCService.cs b/SGGL/BLL/HSSE/Manager/ManagerMonthC/InjuryAccidentCService.cs
new file mode 100644
index 00000000..07f849d9
--- /dev/null
+++ b/SGGL/BLL/HSSE/Manager/ManagerMonthC/InjuryAccidentCService.cs
@@ -0,0 +1,64 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace BLL
+{
+ ///
+ /// 伤害事故统计
+ ///
+ public class InjuryAccidentCService
+ {
+ ///
+ /// 根据月报ID获取伤害事故统计
+ ///
+ ///
+ ///
+ public static List GetInjuryAccidentCByMonthReportId(string monthReportId)
+ {
+ return (from x in Funs.DB.Manager_Month_InjuryAccidentC where x.MonthReportId == monthReportId select x).ToList();
+ }
+
+ ///
+ /// 添加伤害事故统计
+ ///
+ ///
+ public static void AddInjuryAccidentC(Model.Manager_Month_InjuryAccidentC injuryAccident)
+ {
+ Model.Manager_Month_InjuryAccidentC newInjuryAccident = new Model.Manager_Month_InjuryAccidentC
+ {
+ InjuryAccidentId = injuryAccident.InjuryAccidentId,
+ MonthReportId = injuryAccident.MonthReportId,
+ UnitName = injuryAccident.UnitName,
+ AttemptedIncidents = injuryAccident.AttemptedIncidents,
+ FirstAidDressing = injuryAccident.FirstAidDressing,
+ MedicalTreatment = injuryAccident.MedicalTreatment,
+ WorkLimitation = injuryAccident.WorkLimitation,
+ LossPerson = injuryAccident.LossPerson,
+ LossWorkTime = injuryAccident.LossWorkTime,
+ LossEconomy = injuryAccident.LossEconomy,
+ DeathPerson = injuryAccident.DeathPerson,
+ DeathWorkTime = injuryAccident.DeathWorkTime,
+ DeathEconomy = injuryAccident.DeathEconomy
+ };
+ Funs.DB.Manager_Month_InjuryAccidentC.InsertOnSubmit(newInjuryAccident);
+ Funs.DB.SubmitChanges();
+ }
+
+ ///
+ /// 根据月报ID删除伤害事故
+ ///
+ ///
+ public static void DeleteInjuryAccidengtByMonthReportId(string montReportId)
+ {
+ var q = (from x in Funs.DB.Manager_Month_InjuryAccidentC where x.MonthReportId == montReportId select x).ToList();
+ if (q != null)
+ {
+ Funs.DB.Manager_Month_InjuryAccidentC.DeleteAllOnSubmit(q);
+ Funs.DB.SubmitChanges();
+ }
+ }
+ }
+}
diff --git a/SGGL/BLL/HSSE/Manager/ManagerMonthC/MonthReportCService.cs b/SGGL/BLL/HSSE/Manager/ManagerMonthC/MonthReportCService.cs
index 724cb04a..be75da67 100644
--- a/SGGL/BLL/HSSE/Manager/ManagerMonthC/MonthReportCService.cs
+++ b/SGGL/BLL/HSSE/Manager/ManagerMonthC/MonthReportCService.cs
@@ -225,7 +225,8 @@ namespace BLL
YearSolutionNum = monthReport.YearSolutionNum,
AccidentDes = monthReport.AccidentDes,
Question = monthReport.Question,
- SubcontractManHours = monthReport.SubcontractManHours
+ SubcontractManHours = monthReport.SubcontractManHours,
+ AccidentDef = monthReport.AccidentDef,
};
db.Manager_MonthReportC.InsertOnSubmit(newMonthReport);
@@ -295,6 +296,7 @@ namespace BLL
newMonthReport.AccidentDes = monthReport.AccidentDes;
newMonthReport.Question = monthReport.Question;
newMonthReport.SubcontractManHours = monthReport.SubcontractManHours;
+ newMonthReport.AccidentDef = monthReport.AccidentDef;
db.SubmitChanges();
}
diff --git a/SGGL/BLL/HSSE/Manager/ManagerMonthC/NoInjuryAccidentCService.cs b/SGGL/BLL/HSSE/Manager/ManagerMonthC/NoInjuryAccidentCService.cs
new file mode 100644
index 00000000..c646f973
--- /dev/null
+++ b/SGGL/BLL/HSSE/Manager/ManagerMonthC/NoInjuryAccidentCService.cs
@@ -0,0 +1,54 @@
+using System.Collections.Generic;
+using System.Linq;
+
+namespace BLL
+{
+ ///
+ /// 本月无伤害事故统计
+ ///
+ public class NoInjuryAccidentCService
+ {
+ ///
+ /// 根据月报ID获取本月无伤害事故统计
+ ///
+ ///
+ ///
+ public static List GetNoInjuryAccidentByMonthReportId(string monthReportId)
+ {
+ return (from x in Funs.DB.Manager_Month_NoInjuryAccidentC where x.MonthReportId == monthReportId select x).ToList();
+ }
+
+ ///
+ /// 添加无伤害事故统计
+ ///
+ ///
+ public static void AddNoInjuryAccident(Model.Manager_Month_NoInjuryAccidentC noInjury)
+ {
+ Model.Manager_Month_NoInjuryAccidentC newNoInjury = new Model.Manager_Month_NoInjuryAccidentC
+ {
+ NoInjuryAccidentId = noInjury.NoInjuryAccidentId,
+ MonthReportId = noInjury.MonthReportId,
+ AccidentType = noInjury.AccidentType,
+ EconomicLosses = noInjury.EconomicLosses,
+ WHAccidentCount = noInjury.WHAccidentCount,
+ SubAccidentCount = noInjury.SubAccidentCount,
+ };
+ Funs.DB.Manager_Month_NoInjuryAccidentC.InsertOnSubmit(newNoInjury);
+ Funs.DB.SubmitChanges();
+ }
+
+ ///
+ /// 根据月报ID删除无伤害事故统计
+ ///
+ ///
+ public static void DeleteNoInjuryAccidentByMonthReportId(string monthReportId)
+ {
+ var q = (from x in Funs.DB.Manager_Month_NoInjuryAccidentC where x.MonthReportId == monthReportId select x).ToList();
+ if (q!=null)
+ {
+ Funs.DB.Manager_Month_NoInjuryAccidentC.DeleteAllOnSubmit(q);
+ Funs.DB.SubmitChanges();
+ }
+ }
+ }
+}
diff --git a/SGGL/BLL/HSSE/Manager/ManagerMonthC/PerformanceIndicatorCService.cs b/SGGL/BLL/HSSE/Manager/ManagerMonthC/PerformanceIndicatorCService.cs
new file mode 100644
index 00000000..ed120ec8
--- /dev/null
+++ b/SGGL/BLL/HSSE/Manager/ManagerMonthC/PerformanceIndicatorCService.cs
@@ -0,0 +1,57 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace BLL
+{
+ ///
+ /// 项目HSE绩效指标
+ ///
+ public class PerformanceIndicatorCService
+ {
+ ///
+ /// 根据月报ID获取HSE绩效指标
+ ///
+ ///
+ ///
+ public static List GetPerformanceIndicatorByMonthReportId(string monthReportId)
+ {
+ return (from x in Funs.DB.Manager_Month_PerformanceIndicatorC where x.MonthReportId == monthReportId orderby x.SortIndex select x).ToList();
+ }
+
+ ///
+ /// 添加HSE绩效指标
+ ///
+ ///
+ public static void AddPerformanceIndicator(Model.Manager_Month_PerformanceIndicatorC indicator)
+ {
+ Model.Manager_Month_PerformanceIndicatorC newIndicator = new Model.Manager_Month_PerformanceIndicatorC
+ {
+ PerformanceIndicatorId = indicator.PerformanceIndicatorId,
+ MonthReportId = indicator.MonthReportId,
+ IndicatorType = indicator.IndicatorType,
+ IndicatorName = indicator.IndicatorName,
+ IndicatorValue = indicator.IndicatorValue,
+ SortIndex = indicator.SortIndex,
+ };
+ Funs.DB.Manager_Month_PerformanceIndicatorC.InsertOnSubmit(newIndicator);
+ Funs.DB.SubmitChanges();
+ }
+
+ ///
+ /// 根据主键删除HSE绩效指标
+ ///
+ ///
+ public static void DeletePerformanceIndicatorByMonthReportId(string monthReportId)
+ {
+ var q = (from x in Funs.DB.Manager_Month_PerformanceIndicatorC where x.MonthReportId == monthReportId select x).ToList();
+ if (q != null)
+ {
+ Funs.DB.Manager_Month_PerformanceIndicatorC.DeleteAllOnSubmit(q);
+ Funs.DB.SubmitChanges();
+ }
+ }
+ }
+}
diff --git a/SGGL/BLL/HSSE/Manager/ManagerMonthC/PersonSortCService.cs b/SGGL/BLL/HSSE/Manager/ManagerMonthC/PersonSortCService.cs
index 60a7d289..d57b308e 100644
--- a/SGGL/BLL/HSSE/Manager/ManagerMonthC/PersonSortCService.cs
+++ b/SGGL/BLL/HSSE/Manager/ManagerMonthC/PersonSortCService.cs
@@ -39,11 +39,11 @@ namespace BLL
MonthReportId = checkSort.MonthReportId,
UnitId = checkSort.UnitId,
SumPersonNum = checkSort.SumPersonNum,
+ SumOutPersonNum = checkSort.SumOutPersonNum,
HSEPersonNum = checkSort.HSEPersonNum,
ContractRange = checkSort.ContractRange,
Remark = checkSort.Remark
};
-
db.Manager_PersonSortC.InsertOnSubmit(newPersonSort);
db.SubmitChanges();
}
diff --git a/SGGL/BLL/HSSE/Manager/ManagerMonthC/RewardAndPunishSortCService.cs b/SGGL/BLL/HSSE/Manager/ManagerMonthC/RewardAndPunishSortCService.cs
new file mode 100644
index 00000000..d0acb882
--- /dev/null
+++ b/SGGL/BLL/HSSE/Manager/ManagerMonthC/RewardAndPunishSortCService.cs
@@ -0,0 +1,59 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace BLL
+{
+ ///
+ /// HSE奖励与处罚
+ ///
+ public class RewardAndPunishSortCService
+ {
+ ///
+ /// 根据月报ID获取HSE奖励与处罚列表
+ ///
+ ///
+ ///
+ public static List GetRewardAndPunishSortCByMontReportId(string monthReportId)
+ {
+ return (from x in Funs.DB.Manager_RewardAndPunishSortC where x.MonthReportId == monthReportId select x).ToList();
+ }
+
+ ///
+ /// 增加HSE奖励与处罚
+ ///
+ ///
+ public static void AddRewardAndPunishSortC(Model.Manager_RewardAndPunishSortC sortC)
+ {
+ Model.Manager_RewardAndPunishSortC newSortC = new Model.Manager_RewardAndPunishSortC
+ {
+ RewardAndPunishId = sortC.RewardAndPunishId,
+ MonthReportId = sortC.MonthReportId,
+ RewardNum = sortC.RewardNum,
+ RewardMoney = sortC.RewardMoney,
+ ProjectRewardMoney = sortC.ProjectRewardMoney,
+ PunishNum = sortC.PunishNum,
+ PunishMoney = sortC.PunishMoney,
+ ProjectPunishMoney = sortC.ProjectPunishMoney
+ };
+ Funs.DB.Manager_RewardAndPunishSortC.InsertOnSubmit(newSortC);
+ Funs.DB.SubmitChanges();
+ }
+
+ ///
+ /// 根据月报id删除HSE奖励与处罚
+ ///
+ ///
+ public static void DeleteRewardAndPunishSortCByMonthReportId(string monthReportId)
+ {
+ var q = (from x in Funs.DB.Manager_RewardAndPunishSortC where x.MonthReportId == monthReportId select x).ToList();
+ if (q != null)
+ {
+ Funs.DB.Manager_RewardAndPunishSortC.DeleteAllOnSubmit(q);
+ Funs.DB.SubmitChanges();
+ }
+ }
+ }
+}
diff --git a/SGGL/BLL/HSSE/Manager/ManagerMonthC/SubExpenseCService.cs b/SGGL/BLL/HSSE/Manager/ManagerMonthC/SubExpenseCService.cs
index ee335401..9c018d71 100644
--- a/SGGL/BLL/HSSE/Manager/ManagerMonthC/SubExpenseCService.cs
+++ b/SGGL/BLL/HSSE/Manager/ManagerMonthC/SubExpenseCService.cs
@@ -33,7 +33,10 @@ namespace BLL
SubUnit = subExpense.SubUnit,
CostMonth = subExpense.CostMonth,
CostYear = subExpense.CostYear,
- SortIndex = subExpense.SortIndex
+ SortIndex = subExpense.SortIndex,
+ ContractAmount=subExpense.ContractAmount,
+ MonthApprovalAmount = subExpense.MonthApprovalAmount,
+ ProjectApprovalAmount=subExpense.ProjectApprovalAmount
};
db.Manager_Month_SubExpenseC.InsertOnSubmit(newSubExpense);
db.SubmitChanges();
diff --git a/SGGL/BLL/HSSE/Manager/ManagerMonthC/TrainSortCService.cs b/SGGL/BLL/HSSE/Manager/ManagerMonthC/TrainSortCService.cs
index bfecd4ac..817befa0 100644
--- a/SGGL/BLL/HSSE/Manager/ManagerMonthC/TrainSortCService.cs
+++ b/SGGL/BLL/HSSE/Manager/ManagerMonthC/TrainSortCService.cs
@@ -36,7 +36,9 @@ namespace BLL
TeachHour = trainSort.TeachHour,
TeachMan = trainSort.TeachMan,
UnitName = trainSort.UnitName,
- PersonNum = trainSort.PersonNum
+ PersonNum = trainSort.PersonNum,
+ TrainType = trainSort.TrainType,
+ TotalPersonNum = trainSort.TotalPersonNum
};
db.Manager_TrainSortC.InsertOnSubmit(newTrainSort);
diff --git a/SGGL/BLL/HSSE/Meeting/ClassMeetingService.cs b/SGGL/BLL/HSSE/Meeting/ClassMeetingService.cs
index e6ef0a0b..6e151d5c 100644
--- a/SGGL/BLL/HSSE/Meeting/ClassMeetingService.cs
+++ b/SGGL/BLL/HSSE/Meeting/ClassMeetingService.cs
@@ -1,4 +1,5 @@
-using System.Linq;
+using System;
+using System.Linq;
namespace BLL
{
@@ -100,5 +101,17 @@ namespace BLL
db.SubmitChanges();
}
}
+
+ ///
+ /// 根据时间段获取班前会议集合
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static int GetCountByTime(DateTime startTime, DateTime endTime, string projectId)
+ {
+ return (from x in Funs.DB.Meeting_ClassMeeting where x.ClassMeetingDate >= startTime && x.ClassMeetingDate < endTime && x.ProjectId == projectId select x).Count();
+ }
}
}
diff --git a/SGGL/BLL/HSSE/SitePerson/PersonService.cs b/SGGL/BLL/HSSE/SitePerson/PersonService.cs
index 0abd26a6..4dbd683d 100644
--- a/SGGL/BLL/HSSE/SitePerson/PersonService.cs
+++ b/SGGL/BLL/HSSE/SitePerson/PersonService.cs
@@ -384,9 +384,9 @@ namespace BLL
///
/// 单位Id
/// 人员的数量
- public static int GetPersonCountByUnitId(string unitId, string projectId)
+ public static int GetPersonCountByUnitId(string unitId, string projectId, bool isOutside)
{
- var q = (from x in Funs.DB.SitePerson_Person where x.UnitId == unitId && x.ProjectId == projectId && x.IsUsed == true select x).ToList();
+ var q = (from x in Funs.DB.SitePerson_Person where x.UnitId == unitId && x.ProjectId == projectId && x.IsUsed == true && x.IsOutside == isOutside select x).ToList();
return q.Count();
}
diff --git a/SGGL/FineUIPro.Web/ErrLog.txt b/SGGL/FineUIPro.Web/ErrLog.txt
index 01866bc0..e69de29b 100644
--- a/SGGL/FineUIPro.Web/ErrLog.txt
+++ b/SGGL/FineUIPro.Web/ErrLog.txt
@@ -1,2656 +0,0 @@
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:11:23
-出错时间:08/16/2023 16:11:23
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:11:23
-出错时间:08/16/2023 16:11:23
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:11:24
-出错时间:08/16/2023 16:11:24
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:11:24
-出错时间:08/16/2023 16:11:24
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:11:24
-出错时间:08/16/2023 16:11:24
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:11:24
-出错时间:08/16/2023 16:11:24
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:11:24
-出错时间:08/16/2023 16:11:24
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:11:24
-出错时间:08/16/2023 16:11:24
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:11:24
-出错时间:08/16/2023 16:11:24
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:11:24
-出错时间:08/16/2023 16:11:24
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:11:24
-出错时间:08/16/2023 16:11:24
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:11:24
-出错时间:08/16/2023 16:11:24
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:11:25
-出错时间:08/16/2023 16:11:25
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:11:50
-出错时间:08/16/2023 16:11:50
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:11:50
-出错时间:08/16/2023 16:11:50
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:11:50
-出错时间:08/16/2023 16:11:50
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:11:50
-出错时间:08/16/2023 16:11:50
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:11:50
-出错时间:08/16/2023 16:11:50
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:41:24
-出错时间:08/16/2023 16:41:24
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:41:24
-出错时间:08/16/2023 16:41:24
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:41:25
-出错时间:08/16/2023 16:41:25
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:41:25
-出错时间:08/16/2023 16:41:25
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:41:25
-出错时间:08/16/2023 16:41:25
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:41:25
-出错时间:08/16/2023 16:41:25
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:41:25
-出错时间:08/16/2023 16:41:26
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:41:26
-出错时间:08/16/2023 16:41:26
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:41:26
-出错时间:08/16/2023 16:41:26
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:41:26
-出错时间:08/16/2023 16:41:26
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:41:26
-出错时间:08/16/2023 16:41:26
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:41:26
-出错时间:08/16/2023 16:41:26
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:41:26
-出错时间:08/16/2023 16:41:26
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:41:27
-出错时间:08/16/2023 16:41:27
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:41:27
-出错时间:08/16/2023 16:41:27
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:41:27
-出错时间:08/16/2023 16:41:27
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:41:27
-出错时间:08/16/2023 16:41:27
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:41:27
-出错时间:08/16/2023 16:41:27
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 16:41:29
-出错时间:08/16/2023 16:41:29
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:11:26
-出错时间:08/16/2023 17:11:26
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:11:27
-出错时间:08/16/2023 17:11:27
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:11:27
-出错时间:08/16/2023 17:11:27
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:11:27
-出错时间:08/16/2023 17:11:27
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:11:27
-出错时间:08/16/2023 17:11:27
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:11:28
-出错时间:08/16/2023 17:11:28
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:11:28
-出错时间:08/16/2023 17:11:28
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:11:28
-出错时间:08/16/2023 17:11:28
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:11:28
-出错时间:08/16/2023 17:11:28
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:11:28
-出错时间:08/16/2023 17:11:28
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:11:28
-出错时间:08/16/2023 17:11:28
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:11:28
-出错时间:08/16/2023 17:11:28
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:11:28
-出错时间:08/16/2023 17:11:28
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:11:28
-出错时间:08/16/2023 17:11:28
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:11:28
-出错时间:08/16/2023 17:11:28
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:11:29
-出错时间:08/16/2023 17:11:29
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:11:29
-出错时间:08/16/2023 17:11:29
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:11:29
-出错时间:08/16/2023 17:11:29
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:11:29
-出错时间:08/16/2023 17:11:29
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:11:30
-出错时间:08/16/2023 17:11:30
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:11:31
-出错时间:08/16/2023 17:11:31
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:11:31
-出错时间:08/16/2023 17:11:31
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:11:31
-出错时间:08/16/2023 17:11:31
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:11:31
-出错时间:08/16/2023 17:11:31
-
-
-错误信息开始=====>
-错误类型:ArgumentException
-错误信息:提供的 URI 方案“http”无效,应为“https”。
-参数名: via
-错误堆栈:
- 在 System.ServiceModel.Channels.TransportChannelFactory`1.ValidateScheme(Uri via)
- 在 System.ServiceModel.Channels.HttpChannelFactory`1.ValidateCreateChannelParameters(EndpointAddress remoteAddress, Uri via)
- 在 System.ServiceModel.Channels.HttpsChannelFactory`1.ValidateCreateChannelParameters(EndpointAddress remoteAddress, Uri via)
- 在 System.ServiceModel.Channels.HttpsChannelFactory`1.OnCreateChannelCore(EndpointAddress address, Uri via)
- 在 System.ServiceModel.Channels.HttpChannelFactory`1.OnCreateChannel(EndpointAddress remoteAddress, Uri via)
- 在 System.ServiceModel.Channels.ChannelFactoryBase`1.InternalCreateChannel(EndpointAddress address, Uri via)
- 在 System.ServiceModel.Channels.ChannelFactoryBase`1.CreateChannel(EndpointAddress address, Uri via)
- 在 System.ServiceModel.Channels.ServiceChannelFactory.ServiceChannelFactoryOverRequest.CreateInnerChannelBinder(EndpointAddress to, Uri via)
- 在 System.ServiceModel.Channels.ServiceChannelFactory.CreateServiceChannel(EndpointAddress address, Uri via)
- 在 System.ServiceModel.Channels.ServiceChannelFactory.CreateChannel(Type channelType, EndpointAddress address, Uri via)
- 在 System.ServiceModel.ChannelFactory`1.CreateChannel(EndpointAddress address, Uri via)
- 在 System.ServiceModel.ChannelFactory`1.CreateChannel()
- 在 System.ServiceModel.ClientBase`1.CreateChannel()
- 在 System.ServiceModel.ClientBase`1.CreateChannelInternal()
- 在 System.ServiceModel.ClientBase`1.get_Channel()
- 在 BLL.CNCECHSSEService.HSSEServiceClient.GetSupervise_SubUnitReportListToSUB() 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\Service References\CNCECHSSEService\Reference.cs:行号 14204
- 在 BLL.CNCECHSSEWebService.getSupervise_SubUnitReport() 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\WebService\CNCECHSSEWebService.cs:行号 2160
-出错时间:08/16/2023 17:41:19
-出错时间:08/16/2023 17:41:19
-
-
-错误信息开始=====>
-错误类型:ArgumentException
-错误信息:提供的 URI 方案“http”无效,应为“https”。
-参数名: via
-错误堆栈:
- 在 System.ServiceModel.Channels.TransportChannelFactory`1.ValidateScheme(Uri via)
- 在 System.ServiceModel.Channels.HttpChannelFactory`1.ValidateCreateChannelParameters(EndpointAddress remoteAddress, Uri via)
- 在 System.ServiceModel.Channels.HttpsChannelFactory`1.ValidateCreateChannelParameters(EndpointAddress remoteAddress, Uri via)
- 在 System.ServiceModel.Channels.HttpsChannelFactory`1.OnCreateChannelCore(EndpointAddress address, Uri via)
- 在 System.ServiceModel.Channels.HttpChannelFactory`1.OnCreateChannel(EndpointAddress remoteAddress, Uri via)
- 在 System.ServiceModel.Channels.ChannelFactoryBase`1.InternalCreateChannel(EndpointAddress address, Uri via)
- 在 System.ServiceModel.Channels.ChannelFactoryBase`1.CreateChannel(EndpointAddress address, Uri via)
- 在 System.ServiceModel.Channels.ServiceChannelFactory.ServiceChannelFactoryOverRequest.CreateInnerChannelBinder(EndpointAddress to, Uri via)
- 在 System.ServiceModel.Channels.ServiceChannelFactory.CreateServiceChannel(EndpointAddress address, Uri via)
- 在 System.ServiceModel.Channels.ServiceChannelFactory.CreateChannel(Type channelType, EndpointAddress address, Uri via)
- 在 System.ServiceModel.ChannelFactory`1.CreateChannel(EndpointAddress address, Uri via)
- 在 System.ServiceModel.ChannelFactory`1.CreateChannel()
- 在 System.ServiceModel.ClientBase`1.CreateChannel()
- 在 System.ServiceModel.ClientBase`1.CreateChannelInternal()
- 在 System.ServiceModel.ClientBase`1.get_Channel()
- 在 BLL.CNCECHSSEService.HSSEServiceClient.GetCheck_CheckInfo_Table8ItemListToSUB(String unitId) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\Service References\CNCECHSSEService\Reference.cs:行号 14228
- 在 BLL.CNCECHSSEWebService.getCheck_CheckInfo_Table8Item() 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\WebService\CNCECHSSEWebService.cs:行号 2025
-出错时间:08/16/2023 17:41:19
-出错时间:08/16/2023 17:41:19
-
-
-错误信息开始=====>
-错误类型:ArgumentException
-错误信息:提供的 URI 方案“http”无效,应为“https”。
-参数名: via
-错误堆栈:
- 在 System.ServiceModel.Channels.TransportChannelFactory`1.ValidateScheme(Uri via)
- 在 System.ServiceModel.Channels.HttpChannelFactory`1.ValidateCreateChannelParameters(EndpointAddress remoteAddress, Uri via)
- 在 System.ServiceModel.Channels.HttpsChannelFactory`1.ValidateCreateChannelParameters(EndpointAddress remoteAddress, Uri via)
- 在 System.ServiceModel.Channels.HttpsChannelFactory`1.OnCreateChannelCore(EndpointAddress address, Uri via)
- 在 System.ServiceModel.Channels.HttpChannelFactory`1.OnCreateChannel(EndpointAddress remoteAddress, Uri via)
- 在 System.ServiceModel.Channels.ChannelFactoryBase`1.InternalCreateChannel(EndpointAddress address, Uri via)
- 在 System.ServiceModel.Channels.ChannelFactoryBase`1.CreateChannel(EndpointAddress address, Uri via)
- 在 System.ServiceModel.Channels.ServiceChannelFactory.ServiceChannelFactoryOverRequest.CreateInnerChannelBinder(EndpointAddress to, Uri via)
- 在 System.ServiceModel.Channels.ServiceChannelFactory.CreateServiceChannel(EndpointAddress address, Uri via)
- 在 System.ServiceModel.Channels.ServiceChannelFactory.CreateChannel(Type channelType, EndpointAddress address, Uri via)
- 在 System.ServiceModel.ChannelFactory`1.CreateChannel(EndpointAddress address, Uri via)
- 在 System.ServiceModel.ChannelFactory`1.CreateChannel()
- 在 System.ServiceModel.ClientBase`1.CreateChannel()
- 在 System.ServiceModel.ClientBase`1.CreateChannelInternal()
- 在 System.ServiceModel.ClientBase`1.get_Channel()
- 在 BLL.CNCECHSSEService.HSSEServiceClient.GetCheck_CheckRectifyListToSUB(String unitId) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\Service References\CNCECHSSEService\Reference.cs:行号 14220
- 在 BLL.CNCECHSSEWebService.getCheck_CheckRectify() 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\WebService\CNCECHSSEWebService.cs:行号 1921
-出错时间:08/16/2023 17:41:19
-出错时间:08/16/2023 17:41:19
-
-
-错误信息开始=====>
-错误类型:ArgumentException
-错误信息:提供的 URI 方案“http”无效,应为“https”。
-参数名: via
-错误堆栈:
- 在 System.ServiceModel.Channels.TransportChannelFactory`1.ValidateScheme(Uri via)
- 在 System.ServiceModel.Channels.HttpChannelFactory`1.ValidateCreateChannelParameters(EndpointAddress remoteAddress, Uri via)
- 在 System.ServiceModel.Channels.HttpsChannelFactory`1.ValidateCreateChannelParameters(EndpointAddress remoteAddress, Uri via)
- 在 System.ServiceModel.Channels.HttpsChannelFactory`1.OnCreateChannelCore(EndpointAddress address, Uri via)
- 在 System.ServiceModel.Channels.HttpChannelFactory`1.OnCreateChannel(EndpointAddress remoteAddress, Uri via)
- 在 System.ServiceModel.Channels.ChannelFactoryBase`1.InternalCreateChannel(EndpointAddress address, Uri via)
- 在 System.ServiceModel.Channels.ChannelFactoryBase`1.CreateChannel(EndpointAddress address, Uri via)
- 在 System.ServiceModel.Channels.ServiceChannelFactory.ServiceChannelFactoryOverRequest.CreateInnerChannelBinder(EndpointAddress to, Uri via)
- 在 System.ServiceModel.Channels.ServiceChannelFactory.CreateServiceChannel(EndpointAddress address, Uri via)
- 在 System.ServiceModel.Channels.ServiceChannelFactory.CreateChannel(Type channelType, EndpointAddress address, Uri via)
- 在 System.ServiceModel.ChannelFactory`1.CreateChannel(EndpointAddress address, Uri via)
- 在 System.ServiceModel.ChannelFactory`1.CreateChannel()
- 在 System.ServiceModel.ClientBase`1.CreateChannel()
- 在 System.ServiceModel.ClientBase`1.CreateChannelInternal()
- 在 System.ServiceModel.ClientBase`1.get_Channel()
- 在 BLL.CNCECHSSEService.HSSEServiceClient.GetInformation_UrgeReportToSUB(String unitId) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\Service References\CNCECHSSEService\Reference.cs:行号 14020
- 在 BLL.CNCECHSSEWebService.getInformation_UrgeReport() 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\WebService\CNCECHSSEWebService.cs:行号 1863
-出错时间:08/16/2023 17:41:19
-出错时间:08/16/2023 17:41:19
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:41:22
-出错时间:08/16/2023 17:41:22
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:41:23
-出错时间:08/16/2023 17:41:23
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:41:23
-出错时间:08/16/2023 17:41:23
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:41:23
-出错时间:08/16/2023 17:41:23
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:41:23
-出错时间:08/16/2023 17:41:23
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:41:23
-出错时间:08/16/2023 17:41:23
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:41:23
-出错时间:08/16/2023 17:41:23
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:41:23
-出错时间:08/16/2023 17:41:23
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:41:23
-出错时间:08/16/2023 17:41:23
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:41:23
-出错时间:08/16/2023 17:41:23
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:41:23
-出错时间:08/16/2023 17:41:23
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:41:23
-出错时间:08/16/2023 17:41:23
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:41:23
-出错时间:08/16/2023 17:41:23
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:41:24
-出错时间:08/16/2023 17:41:24
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:41:24
-出错时间:08/16/2023 17:41:24
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:41:24
-出错时间:08/16/2023 17:41:24
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:41:24
-出错时间:08/16/2023 17:41:24
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:41:24
-出错时间:08/16/2023 17:41:24
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:41:25
-出错时间:08/16/2023 17:41:25
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 325
-出错时间:08/16/2023 17:41:25
-出错时间:08/16/2023 17:41:25
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 16:32:55
-出错时间:08/22/2023 16:32:55
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 16:32:55
-出错时间:08/22/2023 16:32:55
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 16:32:55
-出错时间:08/22/2023 16:32:55
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 16:32:55
-出错时间:08/22/2023 16:32:55
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 16:32:55
-出错时间:08/22/2023 16:32:55
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 16:32:55
-出错时间:08/22/2023 16:32:55
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 16:32:55
-出错时间:08/22/2023 16:32:55
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 16:32:55
-出错时间:08/22/2023 16:32:55
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 16:32:56
-出错时间:08/22/2023 16:32:56
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 16:32:56
-出错时间:08/22/2023 16:32:56
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 16:32:56
-出错时间:08/22/2023 16:32:56
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 16:32:56
-出错时间:08/22/2023 16:32:56
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 16:32:56
-出错时间:08/22/2023 16:32:56
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 16:32:56
-出错时间:08/22/2023 16:32:56
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 16:32:56
-出错时间:08/22/2023 16:32:56
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 16:32:56
-出错时间:08/22/2023 16:32:56
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 16:32:56
-出错时间:08/22/2023 16:32:56
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 16:32:57
-出错时间:08/22/2023 16:32:57
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 16:32:57
-出错时间:08/22/2023 16:32:57
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 16:32:57
-出错时间:08/22/2023 16:32:57
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 16:32:57
-出错时间:08/22/2023 16:32:57
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 16:32:58
-出错时间:08/22/2023 16:32:58
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 16:32:58
-出错时间:08/22/2023 16:32:58
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 16:32:58
-出错时间:08/22/2023 16:32:58
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 16:32:58
-出错时间:08/22/2023 16:32:58
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 16:32:59
-出错时间:08/22/2023 16:32:59
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 16:32:59
-出错时间:08/22/2023 16:32:59
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:02:55
-出错时间:08/22/2023 17:02:55
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:02:55
-出错时间:08/22/2023 17:02:55
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:02:55
-出错时间:08/22/2023 17:02:55
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:02:56
-出错时间:08/22/2023 17:02:56
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:02:56
-出错时间:08/22/2023 17:02:56
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:02:56
-出错时间:08/22/2023 17:02:56
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:02:56
-出错时间:08/22/2023 17:02:56
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:02:56
-出错时间:08/22/2023 17:02:56
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:02:56
-出错时间:08/22/2023 17:02:56
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:02:56
-出错时间:08/22/2023 17:02:56
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:02:56
-出错时间:08/22/2023 17:02:56
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:02:56
-出错时间:08/22/2023 17:02:56
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:02:57
-出错时间:08/22/2023 17:02:57
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:02:57
-出错时间:08/22/2023 17:02:57
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:02:57
-出错时间:08/22/2023 17:02:57
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:02:57
-出错时间:08/22/2023 17:02:57
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:02:57
-出错时间:08/22/2023 17:02:57
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:02:57
-出错时间:08/22/2023 17:02:57
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:02:57
-出错时间:08/22/2023 17:02:57
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:02:58
-出错时间:08/22/2023 17:02:58
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:02:58
-出错时间:08/22/2023 17:02:58
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:02:59
-出错时间:08/22/2023 17:02:59
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:02:59
-出错时间:08/22/2023 17:02:59
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:02:59
-出错时间:08/22/2023 17:02:59
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:32:54
-出错时间:08/22/2023 17:32:54
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:32:54
-出错时间:08/22/2023 17:32:54
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:32:54
-出错时间:08/22/2023 17:32:54
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:32:54
-出错时间:08/22/2023 17:32:54
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:32:55
-出错时间:08/22/2023 17:32:55
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:32:55
-出错时间:08/22/2023 17:32:55
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:32:55
-出错时间:08/22/2023 17:32:55
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:32:55
-出错时间:08/22/2023 17:32:55
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:32:55
-出错时间:08/22/2023 17:32:55
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:32:55
-出错时间:08/22/2023 17:32:55
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:32:55
-出错时间:08/22/2023 17:32:55
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:32:56
-出错时间:08/22/2023 17:32:56
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:32:56
-出错时间:08/22/2023 17:32:56
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:32:56
-出错时间:08/22/2023 17:32:56
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:32:56
-出错时间:08/22/2023 17:32:56
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:32:56
-出错时间:08/22/2023 17:32:56
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:32:56
-出错时间:08/22/2023 17:32:56
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:32:56
-出错时间:08/22/2023 17:32:56
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:32:56
-出错时间:08/22/2023 17:32:56
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:32:56
-出错时间:08/22/2023 17:32:56
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:32:57
-出错时间:08/22/2023 17:32:57
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:32:57
-出错时间:08/22/2023 17:32:57
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:32:58
-出错时间:08/22/2023 17:32:58
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/22/2023 17:32:58
-出错时间:08/22/2023 17:32:58
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 14:49:59
-出错时间:08/24/2023 14:49:59
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 14:49:59
-出错时间:08/24/2023 14:49:59
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 14:50:00
-出错时间:08/24/2023 14:50:00
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 14:50:00
-出错时间:08/24/2023 14:50:00
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 14:50:00
-出错时间:08/24/2023 14:50:00
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 14:50:01
-出错时间:08/24/2023 14:50:01
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 14:50:01
-出错时间:08/24/2023 14:50:01
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 14:50:01
-出错时间:08/24/2023 14:50:01
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 14:50:01
-出错时间:08/24/2023 14:50:01
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 14:50:01
-出错时间:08/24/2023 14:50:01
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 14:50:01
-出错时间:08/24/2023 14:50:01
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 14:50:02
-出错时间:08/24/2023 14:50:02
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 14:50:02
-出错时间:08/24/2023 14:50:02
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 14:50:02
-出错时间:08/24/2023 14:50:02
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 14:50:02
-出错时间:08/24/2023 14:50:02
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 14:50:02
-出错时间:08/24/2023 14:50:02
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 14:50:02
-出错时间:08/24/2023 14:50:02
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 14:50:02
-出错时间:08/24/2023 14:50:02
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 14:50:03
-出错时间:08/24/2023 14:50:03
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 14:50:03
-出错时间:08/24/2023 14:50:03
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 14:50:03
-出错时间:08/24/2023 14:50:03
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 14:50:04
-出错时间:08/24/2023 14:50:04
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 14:50:04
-出错时间:08/24/2023 14:50:04
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 14:50:04
-出错时间:08/24/2023 14:50:04
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 14:50:04
-出错时间:08/24/2023 14:50:04
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 14:50:05
-出错时间:08/24/2023 14:50:05
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 14:50:05
-出错时间:08/24/2023 14:50:05
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 14:50:08
-出错时间:08/24/2023 14:50:08
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 15:19:56
-出错时间:08/24/2023 15:19:56
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 15:19:56
-出错时间:08/24/2023 15:19:56
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 15:19:56
-出错时间:08/24/2023 15:19:56
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 15:19:56
-出错时间:08/24/2023 15:19:56
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 15:19:56
-出错时间:08/24/2023 15:19:56
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 15:19:57
-出错时间:08/24/2023 15:19:57
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 15:19:57
-出错时间:08/24/2023 15:19:57
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 15:19:57
-出错时间:08/24/2023 15:19:57
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 15:19:57
-出错时间:08/24/2023 15:19:57
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 15:19:57
-出错时间:08/24/2023 15:19:57
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 15:19:58
-出错时间:08/24/2023 15:19:58
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 15:19:58
-出错时间:08/24/2023 15:19:58
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 15:19:58
-出错时间:08/24/2023 15:19:58
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 15:19:58
-出错时间:08/24/2023 15:19:58
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 15:19:58
-出错时间:08/24/2023 15:19:58
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 15:19:58
-出错时间:08/24/2023 15:19:58
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 15:19:59
-出错时间:08/24/2023 15:19:59
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 15:19:59
-出错时间:08/24/2023 15:19:59
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 15:19:59
-出错时间:08/24/2023 15:19:59
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 15:19:59
-出错时间:08/24/2023 15:19:59
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 15:19:59
-出错时间:08/24/2023 15:19:59
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 15:19:59
-出错时间:08/24/2023 15:19:59
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 15:19:59
-出错时间:08/24/2023 15:19:59
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 15:20:00
-出错时间:08/24/2023 15:20:00
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/24/2023 15:20:00
-出错时间:08/24/2023 15:20:00
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/30/2023 10:54:21
-出错时间:08/30/2023 10:54:21
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/30/2023 10:54:21
-出错时间:08/30/2023 10:54:21
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/30/2023 10:54:22
-出错时间:08/30/2023 10:54:22
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/30/2023 10:54:22
-出错时间:08/30/2023 10:54:22
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/30/2023 10:54:22
-出错时间:08/30/2023 10:54:22
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/30/2023 10:54:23
-出错时间:08/30/2023 10:54:23
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/30/2023 10:54:23
-出错时间:08/30/2023 10:54:23
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/30/2023 10:54:23
-出错时间:08/30/2023 10:54:23
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/30/2023 10:54:24
-出错时间:08/30/2023 10:54:24
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/30/2023 10:54:24
-出错时间:08/30/2023 10:54:24
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/30/2023 10:54:24
-出错时间:08/30/2023 10:54:24
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/30/2023 10:54:24
-出错时间:08/30/2023 10:54:24
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/30/2023 10:54:24
-出错时间:08/30/2023 10:54:24
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/30/2023 10:54:24
-出错时间:08/30/2023 10:54:24
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/30/2023 10:54:25
-出错时间:08/30/2023 10:54:25
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/30/2023 10:54:25
-出错时间:08/30/2023 10:54:25
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/30/2023 10:54:25
-出错时间:08/30/2023 10:54:25
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/30/2023 10:54:25
-出错时间:08/30/2023 10:54:25
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/30/2023 10:54:26
-出错时间:08/30/2023 10:54:26
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/30/2023 10:54:26
-出错时间:08/30/2023 10:54:26
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/30/2023 10:54:27
-出错时间:08/30/2023 10:54:27
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/30/2023 10:54:28
-出错时间:08/30/2023 10:54:28
-
-
-错误信息开始=====>
-错误类型:InvalidOperationException
-错误信息:不能添加已经存在的实体。
-错误堆栈:
- 在 System.Data.Linq.Table`1.InsertOnSubmit(TEntity entity)
- 在 System.Data.Linq.Table`1.InsertAllOnSubmit[TSubEntity](IEnumerable`1 entities)
- 在 BLL.BOSHENGMonitorService.AddPerson(String projectId, JArray arr, Sys_User user) 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\BoSheng\BOSHENGMonitorService.cs:行号 323
-出错时间:08/30/2023 10:54:28
-出错时间:08/30/2023 10:54:28
-
diff --git a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj
index 2bc153c3..c215efda 100644
--- a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj
+++ b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj
@@ -1113,8 +1113,8 @@
-
+
@@ -11963,13 +11963,6 @@
MonthReportCEdit4.aspx
-
- MonthReportCEdit5.aspx
- ASPXCodeBehind
-
-
- MonthReportCEdit5.aspx
-
MonthReportCEdit6.aspx
ASPXCodeBehind
@@ -11977,6 +11970,13 @@
MonthReportCEdit6.aspx
+
+ MonthReportCEdit5.aspx
+ ASPXCodeBehind
+
+
+ MonthReportCEdit5.aspx
+
MonthReportCEdit7.aspx
ASPXCodeBehind
diff --git a/SGGL/FineUIPro.Web/HSSE/Manager/MonthReportCEdit1.aspx b/SGGL/FineUIPro.Web/HSSE/Manager/MonthReportCEdit1.aspx
index 8c95cecb..fa049c0d 100644
--- a/SGGL/FineUIPro.Web/HSSE/Manager/MonthReportCEdit1.aspx
+++ b/SGGL/FineUIPro.Web/HSSE/Manager/MonthReportCEdit1.aspx
@@ -31,9 +31,9 @@
-
+
-
+
diff --git a/SGGL/FineUIPro.Web/HSSE/Manager/MonthReportCEdit10.aspx b/SGGL/FineUIPro.Web/HSSE/Manager/MonthReportCEdit10.aspx
index 4e63b672..2f0d9ecb 100644
--- a/SGGL/FineUIPro.Web/HSSE/Manager/MonthReportCEdit10.aspx
+++ b/SGGL/FineUIPro.Web/HSSE/Manager/MonthReportCEdit10.aspx
@@ -4,38 +4,38 @@
-
+ 10.项目现场HSE影像照片
diff --git a/SGGL/FineUIPro.Web/HSSE/Manager/MonthReportCEdit2.aspx b/SGGL/FineUIPro.Web/HSSE/Manager/MonthReportCEdit2.aspx
index 47a6833a..450bec96 100644
--- a/SGGL/FineUIPro.Web/HSSE/Manager/MonthReportCEdit2.aspx
+++ b/SGGL/FineUIPro.Web/HSSE/Manager/MonthReportCEdit2.aspx
@@ -8,75 +8,87 @@