|
@@ -10439,9 +10439,9 @@ router.route("/insert_cocoStudyQuestion").all((req,res,next)=>{
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
// qgt 查询cocoStudy组卷中心添加试卷/题目
|
|
// qgt 查询cocoStudy组卷中心添加试卷/题目
|
|
|
-router.route("/select_cocoStudyQuestionByUid").all((req,res,next)=>{
|
|
|
|
|
|
|
+router.route("/select_cocoStudyQuestionById").all((req,res,next)=>{
|
|
|
var json = queryString(req.url);
|
|
var json = queryString(req.url);
|
|
|
- getmysql(req, res, "select_cocoStudyQuestionByUid",json["uid"],json["type"]);
|
|
|
|
|
|
|
+ getmysql(req, res, "select_cocoStudyQuestionById",json["uid"],json["type"]);
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
// qgt 查询cocoStudy具体题目/试卷
|
|
// qgt 查询cocoStudy具体题目/试卷
|