@@ -73,7 +73,7 @@ func GetChartInfoDetail(c *gin.Context) {
}
chartType = chartInfo.ChartType
calendar := chartInfo.Calendar
- if reqCalendar == "" {
+ if reqCalendar != "" {
calendar = reqCalendar