升级
This commit is contained in:
@@ -37,6 +37,7 @@ namespace BLL
|
||||
newQCGroupRegistration.AwardType = QCGroupRegistration.AwardType;
|
||||
newQCGroupRegistration.AwardLevel = QCGroupRegistration.AwardLevel;
|
||||
newQCGroupRegistration.AwardingUnit = QCGroupRegistration.AwardingUnit;
|
||||
newQCGroupRegistration.AwardYear = QCGroupRegistration.AwardYear;
|
||||
db.QCManage_QCGroupRegistration.InsertOnSubmit(newQCGroupRegistration);
|
||||
db.SubmitChanges();
|
||||
}
|
||||
@@ -64,6 +65,7 @@ namespace BLL
|
||||
newQCGroupRegistration.AwardingUnit = QCGroupRegistration.AwardingUnit;
|
||||
newQCGroupRegistration.IsUpdate = null;
|
||||
newQCGroupRegistration.AwardType = QCGroupRegistration.AwardType;
|
||||
newQCGroupRegistration.AwardYear = QCGroupRegistration.AwardYear;
|
||||
db.SubmitChanges();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user