|
@@ -81,7 +81,7 @@ func CommonChartInfoDetailFromUniqueCode(c *gin.Context) {
|
|
|
response.OkData("获取成功", resp, c)
|
|
|
return
|
|
|
case utils.CHART_SOURCE_FUTURE_GOOD_PROFIT:
|
|
|
- resp, isOk, msg, errMsg := getFutureGoodChartInfoDetail(chartInfo, myChartClassifyId, user.GetInfoByClaims(c))
|
|
|
+ resp, isOk, msg, errMsg := getFutureGoodProfitChartInfoDetail(chartInfo, myChartClassifyId, user.GetInfoByClaims(c))
|
|
|
if !isOk {
|
|
|
response.FailMsg(msg, errMsg, c)
|
|
|
return
|