소스 검색

点位树形目录

jichaobo 3 년 전
부모
커밋
296a89acae
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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>