@@ -266,6 +266,9 @@ func GetReportAndproductInteriorIndustrialList(pars []interface{}, categoryId, i
o := orm.NewOrm()
sql := `SELECT
art.article_id,
+ art.body,
+ art.annotation,
+ art.abstract,
art.category_id,
art.title,
art.publish_date,
@@ -283,6 +286,9 @@ func GetReportAndproductInteriorIndustrialList(pars []interface{}, categoryId, i
art.article_id UNION ALL
SELECT
art.product_interior_id AS article_id,
+ "",
0 as category_id,
art.publish_time AS publish_date,