| | |
| | | <if test="commonPage.departureCity !=null and commonPage.departureCity !=''"> |
| | | and departure_city like concat('%',#{commonPage.departureCity},'%') |
| | | </if> |
| | | <if test="commonPage.touristCity !=null and commonPage.touristCity !=''"> |
| | | and tourist_city like concat('%',#{commonPage.touristCity},'%') |
| | | </if> |
| | | <if test="commonPage.dangerArea !=null and commonPage.dangerArea !=''"> |
| | | and danger_area = #{commonPage.dangerArea} |
| | | </if> |
| | | <if test="commonPage.localCity !=null and commonPage.localCity !='' and commonPage.localCity !='panzhihua'"> |
| | | and local_city like concat('%',#{commonPage.localCity},'%') |
| | | </if> |
| | |
| | | <if test="commonPage.departureCity !=null and commonPage.departureCity !=''"> |
| | | and departure_city like concat('%',#{commonPage.departureCity},'%') |
| | | </if> |
| | | <if test="commonPage.touristCity !=null and commonPage.touristCity !=''"> |
| | | and tourist_city like concat('%',#{commonPage.touristCity},'%') |
| | | </if> |
| | | <if test="commonPage.dangerArea !=null and commonPage.dangerArea !=''"> |
| | | and danger_area = #{commonPage.dangerArea} |
| | | </if> |
| | | <if test="commonPage.localCity !=null and commonPage.localCity !='' and commonPage.localCity !='panzhihua'"> |
| | | and local_city like concat('%',#{commonPage.localCity},'%') |
| | | </if> |