施工交底补充交底人数
This commit is contained in:
@@ -39,6 +39,7 @@ namespace BLL
|
||||
DisclosureDate = con.DisclosureDate,
|
||||
UnitWorkId = con.UnitWorkId,
|
||||
AttendMan = con.AttendMan,
|
||||
DisclosurePersonNum = con.DisclosurePersonNum,
|
||||
CompileMan = con.CompileMan,
|
||||
CompileDate = con.CompileDate,
|
||||
RemarkCode = con.RemarkCode
|
||||
@@ -64,6 +65,7 @@ namespace BLL
|
||||
newCon.DisclosureDate = con.DisclosureDate;
|
||||
newCon.UnitWorkId = con.UnitWorkId;
|
||||
newCon.AttendMan = con.AttendMan;
|
||||
newCon.DisclosurePersonNum = con.DisclosurePersonNum;
|
||||
newCon.RemarkCode = con.RemarkCode;
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user