|
|
@@ -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 !"".equals(advancedQuery)">
|