@@ -1910,7 +1910,7 @@ func ProductInteriorHtml(bodyText string) (annotation string) {
if bodyText == "" {
return
}
- sliceBody := strings.Split(bodyText, "<br>")
+ sliceBody := strings.Split(bodyText, "</p>")
annotation, _ = GetReportContentTextSub(sliceBody[0])
@@ -67,7 +67,6 @@ func GetResourceDataList(condition string, pars []interface{}, startSize, pageSi
- fmt.Println(productinteriorIds)
//处理文章
if len(articleIds) > 0 {
pars = make([]interface{}, 0)