|
@@ -339,6 +339,15 @@ router.get('/SelectProjectApplyDetailStudent',(req,res)=>{
|
|
|
QMysql(req,res,'Select_ProjectApplyDetail_Student')
|
|
|
})
|
|
|
|
|
|
+//yym 修改项目立项申请-项目基本内容-学生项目基本内容修改
|
|
|
+router.post('/updateProjectApplyDetailStudent',(req,res)=>{
|
|
|
+ QMysql(req,res,'update_ProjectApplyDetail_Student')
|
|
|
+})
|
|
|
+
|
|
|
+//yym 修改项目立项申请-项目基本内容-学生项目详情修改
|
|
|
+router.post('/updateProjectApplication2Student',(req,res)=>{
|
|
|
+ QMysql(req,res,'update_ProjectApplication2_Student')
|
|
|
+})
|
|
|
|
|
|
GetData = function(req) {
|
|
|
var a = req.url.split("?");
|