소스 검색

no message

xingzai 1 년 전
부모
커밋
4f09f5b712
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      services/resource_data.go

+ 1 - 1
services/resource_data.go

@@ -162,7 +162,7 @@ func GetResourceDataList(condition string, pars []interface{}, startSize, pageSi
 			err = errors.New("GetCygxProductInteriorList, Err: " + e.Error())
 			return
 		}
-		ProductInteriorHistoryMap := GetCygxProductInteriorHistoryListPvMap(articleIds)
+		ProductInteriorHistoryMap := GetCygxProductInteriorHistoryListPvMap(productinteriorIds)
 		for _, v := range listProductInterior {
 			v.Body = ProductInteriorHtml(v.Body)
 			v.Pv = ProductInteriorHistoryMap[v.ProductInteriorId]