Pārlūkot izejas kodu

信息中心V1.3.9

kaick 1 gadu atpakaļ
vecāks
revīzija
5ce179862d
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/main/resources/mapper/SearchFrequencyMapper.xml

+ 1 - 0
src/main/resources/mapper/SearchFrequencyMapper.xml

@@ -31,6 +31,7 @@
         from cm_user_search_frequency
         where trueStatus=1
         and delStatus=1
+        and linkageStatus=1
         <if test="keyword != null and keyword != ''">
             and keyword like concat('%', #{keyword},'%')
         </if>