diff --git a/src/main/resources/mybatis/dsno2/freighttrailer/FreightTrailerMapper.xml b/src/main/resources/mybatis/dsno2/freighttrailer/FreightTrailerMapper.xml index f013d01..169b865 100644 --- a/src/main/resources/mybatis/dsno2/freighttrailer/FreightTrailerMapper.xml +++ b/src/main/resources/mybatis/dsno2/freighttrailer/FreightTrailerMapper.xml @@ -242,6 +242,9 @@ from v_traffic f where f.CORPINFO_ID = #{corpId} + + and f.TRAFFIC_TYPE = #{TRAFFIC_TYPE} +