Browse Source

点位树形目录

jichaobo 3 years ago
parent
commit
296a89acae
1 changed files with 0 additions and 1 deletions
  1. 0 1
      fiveep-persistence/src/main/resources/mapper/mysql/SiteMapper.xml

+ 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>