luodangjia
2024-12-10 31ce6be2d56798d9509e6d90335999064351f7f3
DriverNTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/crossCity/dao/mapping/LineMapper.xml
@@ -19,7 +19,7 @@
        a.name as name
        from t_line a
        left join t_line_site b on (a.id = b.lineId)
        where a.state = 1 and b.siteId = #{siteId} and b.type = #{type}
        where a.state = 1  and b.type = #{type}
    </select>