This commit is contained in:
yumoqing 2026-05-16 16:31:09 +08:00
parent ac338642c6
commit 171486efcd

View File

@ -666,6 +666,7 @@ class SQLor(object):
ns.update(ret)
r = await self.execute(sql, ns.copy())
rfname = f'{self.dbname}:{tablename}:u:after'
debug(f'Event({rfname}) dispatching with data:{ns}...')
await self.dbpools.dispatch(rfname, ns)
await rf.exe(rfname, ns)
return r