20230904 wbs维度数据仓库实现
This commit is contained in:
@@ -44,7 +44,9 @@ namespace BLL
|
||||
CompileMan = accidentPersonRecord.CompileMan,
|
||||
CompileDate = accidentPersonRecord.CompileDate,
|
||||
IsAttempt = accidentPersonRecord.IsAttempt,
|
||||
States = accidentPersonRecord.States
|
||||
States = accidentPersonRecord.States,
|
||||
WorkPackageName = accidentPersonRecord.WorkPackageName,
|
||||
WorkPackageId = accidentPersonRecord.WorkPackageId,
|
||||
};
|
||||
db.Accident_AccidentPersonRecord.InsertOnSubmit(newAccidentPersonRecord);
|
||||
db.SubmitChanges();
|
||||
@@ -76,6 +78,8 @@ namespace BLL
|
||||
newAccidentPersonRecord.CompileDate = accidentPersonRecord.CompileDate;
|
||||
newAccidentPersonRecord.IsAttempt = accidentPersonRecord.IsAttempt;
|
||||
newAccidentPersonRecord.States = accidentPersonRecord.States;
|
||||
newAccidentPersonRecord.WorkPackageName = accidentPersonRecord.WorkPackageName;
|
||||
newAccidentPersonRecord.WorkPackageId = accidentPersonRecord.WorkPackageId;
|
||||
db.SubmitChanges();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user