关键事项优化;进度管理,月计划统计调整
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using Model;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
@@ -61,6 +62,7 @@ namespace BLL
|
||||
newGJSXMX.Date = gjsxmx.Date;
|
||||
newGJSXMX.Sort = gjsxmx.Sort;
|
||||
newGJSXMX.FilePath = gjsxmx.FilePath;
|
||||
newGJSXMX.ProgressStatus = gjsxmx.ProgressStatus;
|
||||
|
||||
db.GJSX_detail.InsertOnSubmit(newGJSXMX);
|
||||
db.SubmitChanges();
|
||||
@@ -111,7 +113,8 @@ namespace BLL
|
||||
newGJSX_detail.Progress_detail = _GJSX_detail.Progress_detail;
|
||||
newGJSX_detail.Sort = _GJSX_detail.Sort;
|
||||
newGJSX_detail.FilePath = _GJSX_detail.FilePath;
|
||||
|
||||
newGJSX_detail.ProgressStatus = newGJSX_detail.ProgressStatus;
|
||||
|
||||
db.SubmitChanges();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user