Преглед изворни кода

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

yuanyiming пре 2 година
родитељ
комит
98f5aa9941
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      ssti.js

+ 6 - 0
ssti.js

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