Browse Source

获取成果展示学生创业项目数据

yuanyiming 2 years ago
parent
commit
98f5aa9941
1 changed files with 6 additions and 0 deletions
  1. 6 0
      ssti.js

+ 6 - 0
ssti.js

@@ -349,6 +349,12 @@ router.post('/updateProjectApplication2Student',(req,res)=>{
     QMysql(req,res,'update_ProjectApplication2_Student')
 })
 
+//yym 获取成果展示学生创业项目数据
+router.get("/SelectResultDetailStudent",(req,res)=>{
+    QMysql(req,res,"select_resultDetail_student");
+})
+
+
 GetData = function(req) {
     var a = req.url.split("?");
     var json = querystring.parse(a[1])