【智慧驾驶1.1.2】出行动态中的经过事件 文案显示错误,时间取值错误

http://jira.zhidaohulian.com/browse/E85XJD-157
This commit is contained in:
董宏宇
2020-08-14 14:21:20 +08:00
parent bd1c318f79
commit dce7f5e68c

View File

@@ -64,7 +64,7 @@ public class V2XScenarioHistoryRoadEventVH extends V2XBaseViewHolder<V2XHistoryS
try {
mTvIllegalNum.setText(mExploreWay.getUserInfo().getUserName() + " 的分享 时间:" +
TimeUtils.millis2String(mExploreWay.getGenerateTime(), "MM月dd日 HH:mm"));
TimeUtils.millis2String(mOldScenarioData.getTriggerTime(), "MM月dd日 HH:mm"));
} catch (Exception e) {
e.printStackTrace();
}