定制版企业安全报表调整
This commit is contained in:
@@ -92,16 +92,15 @@
|
||||
{
|
||||
try
|
||||
{
|
||||
CNCECHSSEService.HSSEServiceClient hsseC = new CNCECHSSEService.HSSEServiceClient();
|
||||
var upReport = from x in db.Information_MillionsMonthlyReport
|
||||
where x.MillionsMonthlyReportId == millionsMonthlyReportId
|
||||
select new CNCECHSSEService.Information_MillionsMonthlyReport
|
||||
select new Information_MillionsMonthlyReport
|
||||
{
|
||||
MillionsMonthlyReportId = x.MillionsMonthlyReportId,
|
||||
UnitId = x.UnitId,
|
||||
Year = x.Year,
|
||||
Month = x.Month,
|
||||
FillingMan = x.FillingMan,
|
||||
FillingMan = x.FillingMan + "|" + (x.KeyWorkNum ?? 0).ToString() + "|" + (x.KeyWorkOKNum ?? 0).ToString() + "|" + (x.KeyWorkOKRate ?? ""),
|
||||
FillingDate = x.FillingDate,
|
||||
DutyPerson = x.DutyPerson,
|
||||
RecordableIncidentRate = x.RecordableIncidentRate,
|
||||
@@ -129,7 +128,7 @@
|
||||
|
||||
var upReportItem = from x in db.Information_MillionsMonthlyReportItem
|
||||
where x.MillionsMonthlyReportId == millionsMonthlyReportId
|
||||
select new CNCECHSSEService.Information_MillionsMonthlyReportItem
|
||||
select new Information_MillionsMonthlyReportItem
|
||||
{
|
||||
MillionsMonthlyReportItemId = x.MillionsMonthlyReportItemId,
|
||||
MillionsMonthlyReportId = x.MillionsMonthlyReportId,
|
||||
|
||||
Reference in New Issue
Block a user