提交代码
This commit is contained in:
@@ -44,6 +44,8 @@ namespace BLL
|
||||
newDriverRun.CompileDate = driverRun.CompileDate;
|
||||
newDriverRun.AttachUrl = driverRun.AttachUrl;
|
||||
newDriverRun.Remark = driverRun.Remark;
|
||||
newDriverRun.Status = driverRun.Status;
|
||||
newDriverRun.Priority = driverRun.Priority;
|
||||
newDriverRun.State = driverRun.State;
|
||||
Funs.DB.DriverRun_DriverRun.InsertOnSubmit(newDriverRun);
|
||||
Funs.DB.SubmitChanges();
|
||||
@@ -68,6 +70,8 @@ namespace BLL
|
||||
newDriverRun.CompileDate = driverRun.CompileDate;
|
||||
newDriverRun.AttachUrl = driverRun.AttachUrl;
|
||||
newDriverRun.Remark = driverRun.Remark;
|
||||
newDriverRun.Status = driverRun.Status;
|
||||
newDriverRun.Priority = driverRun.Priority;
|
||||
newDriverRun.State = driverRun.State;
|
||||
|
||||
db.DriverRun_DriverRun.InsertOnSubmit(newDriverRun);
|
||||
|
||||
Reference in New Issue
Block a user