[6.7.3]
[fix] [writeversion 上报服务器后 再写入上报成功时间]
This commit is contained in:
@@ -75,6 +75,7 @@ object EventModel : EventDb.EventCallback {
|
||||
override fun onSuccess(data: BaseData?) {
|
||||
waitUpdateEvent.forEach {
|
||||
it.updateStatus = EventDataBean.updated
|
||||
it.writeVersion = System.currentTimeMillis()
|
||||
}
|
||||
OchChainLogManager.writeChainLogDb("上报event成功","$transformDb2Net ${Thread.currentThread().name}")
|
||||
EventDb.saveUpdateSuccess(waitUpdateEvent)
|
||||
|
||||
Reference in New Issue
Block a user