| | |
| | | and `type` = #{type} |
| | | </if> |
| | | <if test="null != city"> |
| | | and cityId in (select id from t_city where englishName in |
| | | and cityId in (select id from t_city where chineseName in |
| | | <foreach collection="city" item="item" index="index" open="(" separator="," close=")"> |
| | | #{item} |
| | | </foreach> |
| | | or englishName in |
| | | <foreach collection="city" item="item" index="index" open="(" separator="," close=")"> |
| | | #{item} |
| | | </foreach> |
| | | or frenchName in |
| | | <foreach collection="city" item="item" index="index" open="(" separator="," close=")"> |
| | | #{item} |
| | | </foreach> |