| | |
| | | <if test="detailedAdminDTO.keyword!=null and detailedAdminDTO.keyword != """> |
| | | AND carac.answer_content like concat ('%',#{detailedAdminDTO.keyword},'%') |
| | | </if> |
| | | <if test="detailedAdminDTO.area!=null and detailedAdminDTO.area != """> |
| | | AND carac.answer_content like concat ('%',#{detailedAdminDTO.area},'%') |
| | | </if> |
| | | group by carr.id order by carr.id desc |
| | | </select> |
| | | |
| | |
| | | <if test="detailedAdminDTO.keyword!=null and detailedAdminDTO.keyword != """> |
| | | AND carac.answer_content like concat ('%',#{detailedAdminDTO.keyword},'%') |
| | | </if> |
| | | <if test="detailedAdminDTO.area!=null and detailedAdminDTO.area != """> |
| | | AND carac.answer_content like concat ('%',#{detailedAdminDTO.area},'%') |
| | | </if> |
| | | group by carr.id order by carr.id desc |
| | | </select> |
| | | |