20230530集团看板数据来源页面添加
This commit is contained in:
@@ -43,6 +43,7 @@ namespace BLL
|
||||
FileContent = accidentPersonRecord.FileContent,
|
||||
CompileMan = accidentPersonRecord.CompileMan,
|
||||
CompileDate = accidentPersonRecord.CompileDate,
|
||||
IsAttempt = accidentPersonRecord.IsAttempt,
|
||||
States = accidentPersonRecord.States
|
||||
};
|
||||
db.Accident_AccidentPersonRecord.InsertOnSubmit(newAccidentPersonRecord);
|
||||
@@ -73,6 +74,7 @@ namespace BLL
|
||||
newAccidentPersonRecord.FileContent = accidentPersonRecord.FileContent;
|
||||
newAccidentPersonRecord.CompileMan = accidentPersonRecord.CompileMan;
|
||||
newAccidentPersonRecord.CompileDate = accidentPersonRecord.CompileDate;
|
||||
newAccidentPersonRecord.IsAttempt = accidentPersonRecord.IsAttempt;
|
||||
newAccidentPersonRecord.States = accidentPersonRecord.States;
|
||||
db.SubmitChanges();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user