20241118 承包商质量事件调查
This commit is contained in:
@@ -64,6 +64,7 @@ namespace BLL
|
||||
newPunishment.BYC_Person= punishment.BYC_Person;
|
||||
newPunishment.Requisitioner=punishment.Requisitioner;
|
||||
newPunishment.AttachUrl = punishment.AttachUrl;
|
||||
newPunishment.States = punishment.States;
|
||||
|
||||
Funs.DB.EMC_Punishment.InsertOnSubmit(newPunishment);
|
||||
Funs.DB.SubmitChanges();
|
||||
@@ -88,7 +89,7 @@ namespace BLL
|
||||
newPunishment.Individual = punishment.Individual;
|
||||
newPunishment.ViolationDegree = punishment.ViolationDegree;
|
||||
newPunishment.BYC_RU = punishment.BYC_RU;
|
||||
newPunishment.Violation_Inspector = punishment.Violation_Inspector;
|
||||
//newPunishment.Violation_Inspector = punishment.Violation_Inspector;
|
||||
newPunishment.CompletionDate = punishment.CompletionDate;
|
||||
newPunishment.ViolationRelatedSes = punishment.ViolationRelatedSes;
|
||||
newPunishment.SelectYesNo = punishment.SelectYesNo;
|
||||
@@ -102,6 +103,10 @@ namespace BLL
|
||||
newPunishment.BYC_Person = punishment.BYC_Person;
|
||||
newPunishment.Requisitioner = punishment.Requisitioner;
|
||||
newPunishment.AttachUrl = punishment.AttachUrl;
|
||||
newPunishment.States = punishment.States;
|
||||
newPunishment.ContractAdmin = punishment.ContractAdmin;
|
||||
newPunishment.IndividualPerson = punishment.IndividualPerson;
|
||||
newPunishment.UserDep = punishment.UserDep;
|
||||
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user