| | |
| | | <result column="flag" property="flag"/> |
| | | <result column="upload" property="upload"/> |
| | | <result column="insertTime" property="insertTime"/> |
| | | <result column="holidayFee" property="holidayFee"/> |
| | | |
| | | </resultMap> |
| | | |
| | | |
| | |
| | | and provinceCode = #{province} and cityCode = #{city} and (areaCode = '' or areaCode is null) |
| | | </if> |
| | | <if test="null != province and null == city and null == code"> |
| | | and provinceCode = #{province} and (cityCode = '' or cityCode is null) and (areaCode = '' or areaCode is null) |
| | | and provinceCode = #{province} and (cityCode == '' or cityCode is null) and (areaCode = '' or areaCode is null) |
| | | </if> |
| | | ) |
| | | </select> |