Commit be5d9baa by wangonghui

提交修改bug

parent 4ec6d393
......@@ -278,13 +278,11 @@ namespace VIZ.TVP.CBA.Module
selectMatchData = value;
this.RaisePropertyChanged(nameof(SelectMatchData));
this.recordLogService.AppendLog(ApplicationConstants.APPLICATION_GROUP_NAME, RecordLogOperate.Operate, RecordLogTrigger.Human, "CBA查看选择赛程:" + value.HomeTeamName+"VS"+ value.VisitingTeamName);
if (value==null)
{
return;
}
this.recordLogService.AppendLog(ApplicationConstants.APPLICATION_GROUP_NAME, RecordLogOperate.Operate, RecordLogTrigger.Human, "CBA查看选择赛程:" + value.HomeTeamName + "VS" + value.VisitingTeamName);
onAirDataModel = JsonModel.PostOnAirData_Path(selectMatchData.ScheduleID);
SetTeamStatsData();
......@@ -540,6 +538,7 @@ namespace VIZ.TVP.CBA.Module
private void SetTeamStatsData()
{
if (onAirDataModel == null) return;
ShowInfoTeamStats = new ObservableCollection<ShowTeamStats>();
......
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