lsc 2 năm trước cách đây
mục cha
commit
357d52ed12
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      pbl.js

+ 8 - 0
pbl.js

@@ -3451,6 +3451,14 @@ router.route('/addCourseWorks4studio').all((req, res, next) => {
     postmysql3(req, res, "addCourseWorks4studio");
 });
 
+//查询教师资源分类
+router.route('/selectAllSourceType').all((req, res, next) => { //学生
+    var json = queryString(req.url);
+    getmysql(req, res, "selectAllSourceType", json['oid'], json['org']);
+});
+
+
+
 function generateAPIKey(username) {
 
     let timeStamp = new Date().getTime();