Explorar el Código

Merge branch 'bugfix_7114' into debug

xiziwen hace 5 meses
padre
commit
c8d870c593
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      services/data/chart_info.go

+ 2 - 0
services/data/chart_info.go

@@ -2888,6 +2888,8 @@ func EditChartInfo(req data_manage.EditChartInfoReq, sysUser *system.Admin, lang
 		if chartItem.ChartType == 2 && chartItem.DateType <= 0 {
 			dateType = 3
 		}
+	} else {
+		calendar = req.Calendar
 	}
 	sort.Ints(edbInfoIdArr)
 	var edbInfoIdArrStr []string