|  | @@ -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])
 |