Commit db2c0f8e by wangonghui

球队积分更新提示信息修改

parent f5aa11c9
...@@ -285,7 +285,7 @@ namespace VIZ.TVP.CBA.Module ...@@ -285,7 +285,7 @@ namespace VIZ.TVP.CBA.Module
MessageLRDateViewModel vm = messageLastRecordDate.DataContext as MessageLRDateViewModel; MessageLRDateViewModel vm = messageLastRecordDate.DataContext as MessageLRDateViewModel;
if (teamStands != null) if (teamStands != null)
{ {
string onAirLastDate = $"直播接口更新时间:{teamStands.LastPushDataDateTime}"; string onAirLastDate = $"球队积分接口更新时间:{teamStands.LastPushDataDateTime}";
vm.OnErrorLogMessage(onAirLastDate); vm.OnErrorLogMessage(onAirLastDate);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment