升级
This commit is contained in:
@@ -64,7 +64,9 @@ namespace BLL
|
||||
AttachUrl = promotionalActivities.AttachUrl,
|
||||
CompileMan = promotionalActivities.CompileMan,
|
||||
CompileDate = System.DateTime.Now,
|
||||
States = promotionalActivities.States
|
||||
States = promotionalActivities.States,
|
||||
ActivityTypeId = promotionalActivities.ActivityTypeId,
|
||||
|
||||
};
|
||||
Funs.DB.InformationProject_PromotionalActivities.InsertOnSubmit(newPromotionalActivities);
|
||||
Funs.DB.SubmitChanges();
|
||||
@@ -93,6 +95,8 @@ namespace BLL
|
||||
newPromotionalActivities.CompileMan = promotionalActivities.CompileMan;
|
||||
newPromotionalActivities.CompileDate = promotionalActivities.CompileDate;
|
||||
newPromotionalActivities.States = promotionalActivities.States;
|
||||
newPromotionalActivities.ActivityTypeId = promotionalActivities.ActivityTypeId;
|
||||
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user