This commit is contained in:
aozhiwei 2024-06-18 16:43:16 +08:00
parent 16457d3300
commit 80e9329ac6
2 changed files with 2 additions and 2 deletions

View File

@ -274,7 +274,7 @@ CREATE TABLE `t_721nft_spec_transfer` (
PRIMARY KEY (`idx`),
UNIQUE KEY (`src_idx`),
KEY `idx_net_id_contract_address_status` (`net_id`, `contract_address`, `status`),
KEY `idx_status` (`status`),
KEY `idx_status` (`status`)
) ENGINE=InnoDB AUTO_INCREMENT=10001 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*!40101 SET character_set_client = @saved_cs_client */;

View File

@ -390,7 +390,7 @@ class BaseEventProcess {
const srcIdx = this.eventDb['src_idx'];
if (bcutils.isSysAddress(from) || from == lockAddress ||
to == lockAddress) {
const {err} = await this.bcNftDbConn(
const {err} = await this.bcEventDbConn(
'upsert',
't_721nft_spec_transfer',
[