|
@@ -55,7 +55,7 @@
|
|
and ai.category_id = #{vo.categoryId}
|
|
and ai.category_id = #{vo.categoryId}
|
|
</if>
|
|
</if>
|
|
<if test="vo.sourceName != null and vo.sourceName != ''">
|
|
<if test="vo.sourceName != null and vo.sourceName != ''">
|
|
- and si.source_name = #{vo.sourceName}
|
|
|
|
|
|
+ and si.source_name like concat('%',#{vo.sourceName},'%')
|
|
</if>
|
|
</if>
|
|
<if test="vo.beginTime != null">
|
|
<if test="vo.beginTime != null">
|
|
and ai.public_time >= #{vo.beginTime}
|
|
and ai.public_time >= #{vo.beginTime}
|