|
@@ -9,6 +9,12 @@
|
|
|
<if test="railwayCode != null and railwayCode != ''">
|
|
|
and railway_code = #{railwayCode}
|
|
|
</if>
|
|
|
+ <if test="cameraCode != null and cameraCode != ''">
|
|
|
+ and camera_code = #{cameraCode}
|
|
|
+ </if>
|
|
|
+ <if test="stationName != null and stationName !=''">
|
|
|
+ and station_name like CONCAT('%', #{stationName}, '%')
|
|
|
+ </if>
|
|
|
<if test="lineDir != null and lineDir != 0">
|
|
|
and line_dir = #{lineDir}
|
|
|
</if>
|