suochencheng 6 лет назад
Родитель
Сommit
b2e66d5df4

+ 0 - 4
src/main/java/com/izouma/awesomeadmin/dao/CompetitionSeasonMapper.xml

@@ -343,8 +343,6 @@
                 <trim prefix="and (" suffix=")" prefixOverrides="OR">
                     OR season LIKE concat('%',#{record.searchKey},'%')
                     OR short_name LIKE concat('%',#{record.searchKey},'%')
-                    OR begin_time LIKE concat('%',#{record.searchKey},'%')
-                    OR end_time LIKE concat('%',#{record.searchKey},'%')
                     OR bonus LIKE concat('%',#{record.searchKey},'%')
                     OR remark LIKE concat('%',#{record.searchKey},'%')
                     OR rank LIKE concat('%',#{record.searchKey},'%')
@@ -463,8 +461,6 @@
                 <trim prefix="and (" suffix=")" prefixOverrides="OR">
                     OR season LIKE concat('%',#{searchKey},'%')
                     OR short_name LIKE concat('%',#{searchKey},'%')
-                    OR begin_time LIKE concat('%',#{searchKey},'%')
-                    OR end_time LIKE concat('%',#{searchKey},'%')
                     OR bonus LIKE concat('%',#{searchKey},'%')
                     OR remark LIKE concat('%',#{searchKey},'%')
                     OR rank LIKE concat('%',#{searchKey},'%')

+ 0 - 28
src/main/java/com/izouma/awesomeadmin/dao/HouseInfoMapper.xml

@@ -489,25 +489,12 @@
                 <trim prefix="and (" suffix=")" prefixOverrides="OR">
                     OR house_name LIKE concat('%',#{record.searchKey},'%')
                     OR house_abstract LIKE concat('%',#{record.searchKey},'%')
-                    OR icon LIKE concat('%',#{record.searchKey},'%')
                     OR house_code LIKE concat('%',#{record.searchKey},'%')
                     OR user_id LIKE concat('%',#{record.searchKey},'%')
-                    OR house_type LIKE concat('%',#{record.searchKey},'%')
-                    OR house_level LIKE concat('%',#{record.searchKey},'%')
-                    OR game_id LIKE concat('%',#{record.searchKey},'%')
-                    OR status_flag LIKE concat('%',#{record.searchKey},'%')
-                    OR recommend_flag LIKE concat('%',#{record.searchKey},'%')
-                    OR rank LIKE concat('%',#{record.searchKey},'%')
-                    OR use_flag LIKE concat('%',#{record.searchKey},'%')
                     OR game_house_id LIKE concat('%',#{record.searchKey},'%')
                     OR game_house_password LIKE concat('%',#{record.searchKey},'%')
-                    OR begin_time LIKE concat('%',#{record.searchKey},'%')
-                    OR end_time LIKE concat('%',#{record.searchKey},'%')
                     OR match_name LIKE concat('%',#{record.searchKey},'%')
-                    OR player_number LIKE concat('%',#{record.searchKey},'%')
                     OR bonus LIKE concat('%',#{record.searchKey},'%')
-                    OR season_id LIKE concat('%',#{record.searchKey},'%')
-                    OR video LIKE concat('%',#{record.searchKey},'%')
                 </trim>
             </if>
 
@@ -661,25 +648,10 @@
                 <trim prefix="and (" suffix=")" prefixOverrides="OR">
                     OR house_name LIKE concat('%',#{searchKey},'%')
                     OR house_abstract LIKE concat('%',#{searchKey},'%')
-                    OR icon LIKE concat('%',#{searchKey},'%')
                     OR house_code LIKE concat('%',#{searchKey},'%')
                     OR user_id LIKE concat('%',#{searchKey},'%')
-                    OR house_type LIKE concat('%',#{searchKey},'%')
-                    OR house_level LIKE concat('%',#{searchKey},'%')
-                    OR game_id LIKE concat('%',#{searchKey},'%')
-                    OR status_flag LIKE concat('%',#{searchKey},'%')
-                    OR recommend_flag LIKE concat('%',#{searchKey},'%')
-                    OR rank LIKE concat('%',#{searchKey},'%')
-                    OR use_flag LIKE concat('%',#{searchKey},'%')
                     OR game_house_id LIKE concat('%',#{searchKey},'%')
-                    OR game_house_password LIKE concat('%',#{searchKey},'%')
-                    OR begin_time LIKE concat('%',#{searchKey},'%')
-                    OR end_time LIKE concat('%',#{searchKey},'%')
                     OR match_name LIKE concat('%',#{searchKey},'%')
-                    OR player_number LIKE concat('%',#{searchKey},'%')
-                    OR bonus LIKE concat('%',#{searchKey},'%')
-                    OR season_id LIKE concat('%',#{searchKey},'%')
-                    OR video LIKE concat('%',#{searchKey},'%')
                 </trim>
             </if>
             <if test="advancedQuery != null and !&quot;&quot;.equals(advancedQuery)">