|
|
@@ -1329,7 +1329,7 @@
|
|
|
where a.deleted_sign = 0
|
|
|
and ap.publish_client=0
|
|
|
and ap.publish_page='W02'
|
|
|
- and bi.domain_name like '%#{url,jdbcType=VARCHAR}%'
|
|
|
+ and bi.domain_name like "%"#{url,jdbcType=VARCHAR}"%"
|
|
|
<if test="dataCategory != null and dataCategory != ''">
|
|
|
and a.data_category = #{dataCategory,jdbcType=INTEGER}
|
|
|
</if>
|