[6.8.0]
[fea] [日志]
This commit is contained in:
@@ -414,6 +414,7 @@ object LineModel {
|
||||
if(isClear) {
|
||||
val ochInfo = OchInfo(1, mutableListOf())
|
||||
ochInfo.siteMarkerList = mutableListOf()
|
||||
OchChainLogManager.writeChainLog("地图","站点信息:${ochInfo}")
|
||||
CallerDataCenterBizListener.invokeOchInfo(ochInfo)
|
||||
}else{
|
||||
val siteList = mutableListOf<SiteMarkerBean>()
|
||||
@@ -446,6 +447,7 @@ object LineModel {
|
||||
if(start!=null&&end!=null){
|
||||
val ochInfo = OchInfo(1, mutableListOf(start.toMogoLocation(),end.toMogoLocation()))
|
||||
ochInfo.siteMarkerList = siteList
|
||||
OchChainLogManager.writeChainLog("地图","站点信息:${ochInfo}")
|
||||
CallerDataCenterBizListener.invokeOchInfo(ochInfo)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -138,7 +138,7 @@ object TicketModel {
|
||||
)
|
||||
OchChainLogManager.writeChainLog(
|
||||
"核销人数",
|
||||
"任务:${currentTask.taskId} zhan'dian"
|
||||
"任务:${currentTask.taskId} 站点:${firstStation.siteId}_${firstStation.name}"
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user