数据库添加索引;update
This commit is contained in:
@@ -12,7 +12,7 @@ function create({ database }) {
|
||||
|
||||
async function query(sql, params) {
|
||||
let config = {
|
||||
...globalConfig.mysql,
|
||||
...globalConfig[global.dbConfig || 'mysql'],
|
||||
database: databaseName,
|
||||
};
|
||||
// console.log(config);
|
||||
|
Reference in New Issue
Block a user