6.5
luodangjia
2024-06-05 06c5eda038f967dc0c0261e16eff0ad1a18e41e7
DispatchOKTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/SiteMapper.xml
@@ -24,7 +24,7 @@
        select * from
        (
        select si.id as id, si.`name` as `name`, si.provinceCode as cityCode, si.province as cityName from t_site si
        where si.province like '%市' and si.state = 1 and si.id in
        where si.city like '%市' and si.state = 1 and si.id in
        (
        select ls.siteId
        from t_line_site ls
@@ -37,7 +37,7 @@
        UNION ALL
        select si.id as id, si.`name` as `name`, si.cityCode as cityCode, si.city as cityName from t_site si
        where si.province not like '%市' and si.state = 1 and si.id in
        where si.city not like '%市' and si.state = 1 and si.id in
        (
        select ls.siteId from t_line_site ls
        left join t_line_company lc on (ls.lineId = lc.lineId)