This commit is contained in:
aozhiwei 2024-06-12 17:16:28 +08:00
parent 586ae84de0
commit f758312a79

View File

@ -410,6 +410,7 @@ class BaseEventProcess {
async ingameActivateHero(tblName, tokenId, tokenType) { async ingameActivateHero(tblName, tokenId, tokenType) {
const logHead = this.genLogHead(' ingameActivateHero '); const logHead = this.genLogHead(' ingameActivateHero ');
const nowTime = utils.getUtcTime();
{ {
const {err, row} = await this.gameDbConn( const {err, row} = await this.gameDbConn(
'ormSelectOne', 'ormSelectOne',
@ -436,7 +437,6 @@ class BaseEventProcess {
]); ]);
} }
} }
const nowTime = utils.getUtcTime();
const {err} = await this.gameDbConn( const {err} = await this.gameDbConn(
'update', 'update',
tblName, tblName,