|
@@ -148,7 +148,7 @@
|
|
|
<if test="companyWechatId != null and companyWechatId !=''">
|
|
|
and a.company_wechat_id = #{companyWechatId}
|
|
|
</if>
|
|
|
- <if test="adminWebsitIds != null and adminWebsitIds.size > 0 and adminUserType != null and adminUserType == 0">
|
|
|
+ <if test="adminWebsitIds != null and adminWebsitIds.size > 0">
|
|
|
AND (
|
|
|
a.websit_id IN
|
|
|
<foreach item="item" index="index" collection="adminWebsitIds" open="(" separator="," close=")">
|