lsc 1 년 전
부모
커밋
c5f1e378c7
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -6612,6 +6612,11 @@ router.route("/updateSourceFileName").all((req, res, next) => {
     postmysql(req, res, "updateSourceFileName");
 });
 
+//修改资源库分类父级
+router.route("/updateSourceFileTypePid").all((req, res, next) => {
+    postmysql(req, res, "updateSourceFileTypePid");
+});
+
 function generateAPIKey(username) {
     let timeStamp = new Date().getTime();