tickerInfo id

This commit is contained in:
zhangkun 2024-12-07 21:26:35 +08:00
parent 6565760b7d
commit 0e7fb63f81

View File

@ -77,7 +77,7 @@ func RestTicker(cr *core.Core, dura time.Duration) {
wg := core.WriteLog{
Content: ab,
Tag: "sardine.log.ticker." + tir.InstId,
Id: did,
Id: ti.Id,
}
cr.WriteLogChan <- &wg
redisCli.Publish(core.TICKERINFO_PUBLISH+suffix, string(ab)).Result()