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