Browse Source

学生pbl获取数据

11wqe1 1 năm trước cách đây
mục cha
commit
dc70338698
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      pbl.js

+ 6 - 0
pbl.js

@@ -4688,6 +4688,12 @@ router.route("/deletePblStudent").all((req, res, next) => {
     postmysql(req, res, "deletePblStudent");
 });
 
+//查询pblstudent单个项目详情
+router.route("/selectPblStudentDetail").all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(req, res, "selectPblStudentDetail", json["cid"]);
+});
+
 //添加pblstudent 传uid 用户id t 标题 n 选题
 router.route("/addPblStudent").all((req, res, next) => {
     postmysql(req, res, "addPblStudent");