|
@@ -558,9 +558,9 @@
|
|
|
id,
|
|
id,
|
|
|
name,
|
|
name,
|
|
|
introduce
|
|
introduce
|
|
|
- from
|
|
|
|
|
- jt_business_project,
|
|
|
|
|
- min_img_url as minImgUrl
|
|
|
|
|
|
|
+ min_img_url as minImgUrl,
|
|
|
|
|
+ from
|
|
|
|
|
+ jt_business_project
|
|
|
where category_id= #{id,jdbcType=VARCHAR} and audit_status=2
|
|
where category_id= #{id,jdbcType=VARCHAR} and audit_status=2
|
|
|
<if test="isHot != null">
|
|
<if test="isHot != null">
|
|
|
and is_hot = #{isHot,jdbcType=INTEGER}
|
|
and is_hot = #{isHot,jdbcType=INTEGER}
|