Roc 2 жил өмнө
parent
commit
a482447981

+ 1 - 1
controller/chart/my_chart.go

@@ -564,7 +564,7 @@ func GetChartBeforeAndNext(c *gin.Context) {
 		afterResp.Sort = int(afterChart.Sort)
 		afterResp.UniqueCode = afterChart.UniqueCode
 		afterResp.ChartInfoId = afterChart.ChartInfoId
-		afterResp.ChartInfoSource = afterResp.ChartInfoSource
+		afterResp.ChartInfoSource = afterChart.ChartInfoSource
 		if afterIndex > lastIndex {
 			afterResp.Switch = 1
 		}