Roc 2 年之前
父節點
當前提交
a482447981
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controller/chart/my_chart.go

+ 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
 		}