|
@@ -78,6 +78,7 @@
|
|
from article_info ai
|
|
from article_info ai
|
|
left join category ca on ca.id = ai.category_id
|
|
left join category ca on ca.id = ai.category_id
|
|
<where>
|
|
<where>
|
|
|
|
+ ai.category_id in (1,2,3,4,5)
|
|
<if test="vo.beginTime != null">
|
|
<if test="vo.beginTime != null">
|
|
and ai.public_time >= #{vo.beginTime}
|
|
and ai.public_time >= #{vo.beginTime}
|
|
</if>
|
|
</if>
|