Pu Zhibing
2024-12-13 73b750200f25df08aa64124da49e7461f9de6653
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>