expressgy 1 year ago
parent 389c0a0d53
commit 51cd2d146a
  1. 7
      server.js

@ -69,12 +69,7 @@ function back(){
, passwd = "root" , passwd = "root"
, database = "develop" , database = "develop"
backSQL(host, user, passwd, database) backSQL(host, user, passwd, database)
const outTime = getT() - new Date().getTime() const outTime = getT() - new Date().getTime()
DATABASELIST.forEach(i => {
})
for(let item in DATABASELIST){ for(let item in DATABASELIST){
const i = DATABASELIST[item]; const i = DATABASELIST[item];
database = i; database = i;
@ -84,8 +79,6 @@ function back(){
}, 1000 * 60 * mintues) }, 1000 * 60 * mintues)
},outTime) },outTime)
} }
} }
/** /**
* 根据系统类型读取编码格式 * 根据系统类型读取编码格式

Loading…
Cancel
Save