@@ -80,7 +80,7 @@
and a.is_incre = #{isIncre}
</if>
<if test="websitName != null and websitName != ''">
- AND a.name LIKE CONCAT('%', #{websitName},'%')
+ AND (a.name LIKE CONCAT('%', #{websitName},'%') or a.websit_id LIKE CONCAT('%', #{websitName},'%'))
<if test="websitIds != null and websitIds.size > 0">
AND a.websit_id IN