不知道写了撒谎

This commit is contained in:
2023-06-29 22:00:07 +08:00
parent 465eea19f5
commit 768bdcc2af
3 changed files with 8 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ function run(){
})
}
function getAll(sql){
function getAll(){
let args = arguments
return new Promise((res,err)=>{
database.all(...args,function (error,data){