‘linchangsheng’ hace 6 meses
padre
commit
1be60a33cd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mall-server-api/src/main/resources/mapper/CommonMapper.xml

+ 1 - 1
mall-server-api/src/main/resources/mapper/CommonMapper.xml

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