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>