首页修改

This commit is contained in:
2023-07-26 10:12:33 +08:00
parent f0b0eca670
commit 8f97e47b42
14 changed files with 795 additions and 612 deletions
+2
View File
@@ -135,6 +135,7 @@
Province = project.Province,
City = project.City,
EnglishRemark = project.EnglishRemark,
ConstructionNum= project.ConstructionNum,
Progress = project.Progress,
};
db.Base_Project.InsertOnSubmit(newProject);
@@ -181,6 +182,7 @@
newProject.Province = project.Province;
newProject.City = project.City;
newProject.EnglishRemark = project.EnglishRemark;
newProject.ConstructionNum= project.ConstructionNum;
newProject.Progress = project.Progress;
db.SubmitChanges();
HSEDataCollectService.ProjectHSEDataCollectSubmission(newProject);