| | |
| | | </if> |
| | | </if> |
| | | <if test="commonPage.departureCity !=null and commonPage.departureCity !=''"> |
| | | and departure_city = #{commonPage.departureCity} |
| | | and departure_city like concat('%',#{commonPage.departureCity},'%') |
| | | </if> |
| | | <if test="commonPage.localCity !=null and commonPage.localCity !=''"> |
| | | and local_city = #{commonPage.localCity} |
| | | and local_city like concat('%',#{commonPage.localCity},'%') |
| | | </if> |
| | | </where> |
| | | order by create_time desc |
| | |
| | | </if> |
| | | </if> |
| | | <if test="commonPage.departureCity !=null and commonPage.departureCity !=''"> |
| | | and departure_city = #{commonPage.departureCity} |
| | | and departure_city like concat('%',#{commonPage.departureCity},'%') |
| | | </if> |
| | | <if test="commonPage.localCity !=null and commonPage.localCity !=''"> |
| | | and local_city = #{commonPage.localCity} |
| | | and local_city like concat('%',#{commonPage.localCity},'%') |
| | | </if> |
| | | </where> |
| | | order by create_time desc |