yanghb
2023-04-21 e52227b01983146f2e3c81dc575141d8b9889497
DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/CompanyMapper.xml
@@ -52,8 +52,6 @@
        <result column="flag" property="flag"/>
        <result column="upload" property="upload"/>
        <result column="insertTime" property="insertTime"/>
        <result column="holidayFee" property="holidayFee"/>
    </resultMap>
@@ -116,7 +114,7 @@
            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>