puzhibing
2022-09-13 67c773ad69dedfaea292d9da6257c5087d6e1754
UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/PhoneMapper.xml
@@ -23,7 +23,7 @@
        from t_phone where companyId in (
        select companyId from t_company_city where state = 1
        <if test="null != city">
            and cityId in (
            and cityId in (select id from t_city where englishName in
            <foreach collection="city" item="item" index="index" separator="," open="(" close=")">
                #{item}
            </foreach>
@@ -51,7 +51,7 @@
            and companyId in (
            select companyId from t_company_city where state = 1
            <if test="null != city">
                and cityId in (
                and cityId in (select id from t_city where englishName in
                <foreach collection="city" item="item" index="index" separator="," open="(" close=")">
                    #{item}
                </foreach>