1
This commit is contained in:
parent
3b037c7c0b
commit
e7294a5465
@ -60,7 +60,8 @@ class Activate721Nft extends BaseEventProcess {
|
||||
return;
|
||||
}
|
||||
await this.updateGameDbInfo(transId, itemUniId, itemId, tokenId, tokenType);
|
||||
const {err, row} = await this.conn.ormSelectOne(
|
||||
const {err, row} = await this.bcNftConn(
|
||||
'ormSelectOne',
|
||||
't_nft',
|
||||
[
|
||||
['token_id', tokenId],
|
||||
@ -84,7 +85,8 @@ class Activate721Nft extends BaseEventProcess {
|
||||
['createtime', nowTime],
|
||||
['modifytime', nowTime],
|
||||
];
|
||||
const {err} = await this.conn.insert(
|
||||
const {err} = await this.bcNftConn(
|
||||
'insert',
|
||||
't_nft',
|
||||
fieldList
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user