lsc 2 주 전
부모
커밋
4b262d8b7b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pbl.js

+ 1 - 1
pbl.js

@@ -340,7 +340,7 @@ router.route("/addFolderP").all(async (req, res, next) => {
                 name: decodeURIComponent(req.body.n),
                 description: decodeURIComponent(req.body.fd)
             });
-            p = [...Object.values(req.body), response.results.id];
+            p = [req.body.n, req.body.fd, req.body.uid, req.body.im , response.results.id];
             p.unshift(_mysqlLabor[0], _mysqlLabor[1], "addFolder");
             mysql.usselect(p, async function (ret) {
                 res.end(JSON.stringify(ret));