20210520
This commit is contained in:
@@ -38,7 +38,9 @@ namespace BLL
|
||||
PlanNum = quantityCompletion.PlanNum,
|
||||
RealNum = quantityCompletion.RealNum,
|
||||
CompileMan = quantityCompletion.CompileMan,
|
||||
CompileDate = quantityCompletion.CompileDate
|
||||
CompileDate = quantityCompletion.CompileDate,
|
||||
StartDate=quantityCompletion.StartDate,
|
||||
EndDate=quantityCompletion.EndDate
|
||||
};
|
||||
db.JDGL_QuantityCompletion.InsertOnSubmit(newQuantityCompletion);
|
||||
db.SubmitChanges();
|
||||
|
||||
Reference in New Issue
Block a user