修改告警

Signed-off-by: lixiteng <lixiteng050@chinasoftinc.com>
This commit is contained in:
lixiteng 2023-04-08 17:46:59 +08:00
parent 04edc26306
commit ba356d3910

View File

@ -26,9 +26,9 @@ const TAG = "LocalRepository"
export function initDb(): void {
dataRdb.getRdbStore(globalThis.abilityContext, {
dataRdb.getRdbStore(globalThis.abilityContext, {
name: dbName
}, dbVersion)
}, dbVersion)
.then(rdbStore => {
rdbStore.executeSql(sql_t_general_info, null).catch(err => {
SPLogger.DEBUG(TAG, "--> createTable t_genneral_info err:" + err)