jichaobo 3 лет назад
Родитель
Сommit
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>