Explorar o código

点位树形目录

jichaobo %!s(int64=3) %!d(string=hai) anos
pai
achega
296a89acae

+ 0 - 1
fiveep-persistence/src/main/resources/mapper/mysql/SiteMapper.xml

@@ -87,7 +87,6 @@
         from site_grouping as a
         left join site as b on a.id = b.grouping_id
         <where>
-            b.enable=1
             <if test="name != null and name != ''">
                 and b.site_name like CONCAT(CONCAT('%', #{name}), '%')
             </if>