|
@@ -1934,6 +1934,12 @@ func (this *MyChartController) Locate() {
|
|
|
v.ChartClassifyName = cl.ChartClassifyName
|
|
|
v.UniqueCode = ch.UniqueCode
|
|
|
v.Source = ch.Source
|
|
|
+ v.StartDate = ch.StartDate
|
|
|
+ v.EndDate = ch.EndDate
|
|
|
+ v.SeasonStartDate = ch.SeasonStartDate
|
|
|
+ v.SeasonEndDate = ch.SeasonEndDate
|
|
|
+ v.DateType = ch.DateType
|
|
|
+ v.Calendar = ch.Calendar
|
|
|
list = append(list, v)
|
|
|
}
|
|
|
}
|
|
@@ -1954,6 +1960,12 @@ func (this *MyChartController) Locate() {
|
|
|
v.ChartClassifyName = classifyIdName[v.ChartClassifyId]
|
|
|
v.UniqueCode = ch.UniqueCode
|
|
|
v.Source = ch.Source
|
|
|
+ v.StartDate = ch.StartDate
|
|
|
+ v.EndDate = ch.EndDate
|
|
|
+ v.SeasonStartDate = ch.SeasonStartDate
|
|
|
+ v.SeasonEndDate = ch.SeasonEndDate
|
|
|
+ v.DateType = ch.DateType
|
|
|
+ v.Calendar = ch.Calendar
|
|
|
list = append(list, v)
|
|
|
}
|
|
|
br.Ret = 200
|