@@ -845,7 +845,8 @@
p.id,
p.name,
p.introduce,
- p.min_img_url as minImgUrl
+ p.min_img_url as minImgUrl,
+ p.advertisement
from jt_business_project p
left join jt_business_category c on p.category_id = c.id
where c.module = #{module}