| | |
| | | AND carr.json_object like concat ('%',#{detailedAdminDTO.keyword},'%') |
| | | </if> |
| | | <if test="detailedAdminDTO.area!=null and detailedAdminDTO.area != """> |
| | | AND carr.json_object like concat ('%',#{detailedAdminDTO.area},'%') |
| | | AND JSON_EXTRACT(json_object, '$[6].values') like concat ('%',#{detailedAdminDTO.area},'%') |
| | | </if> |
| | | <if test="detailedAdminDTO.from!=null and detailedAdminDTO.from != """> |
| | | AND JSON_EXTRACT(json_object, '$[3].values') like concat ('%',#{detailedAdminDTO.from},'%') |
| | | </if> |
| | | ) |
| | | order by ac.reserve_record_id DESC,ac.id ASC |