|
@@ -35,7 +35,7 @@
|
|
|
and a.railway_code=#{railwayCode}
|
|
|
</if>
|
|
|
<if test="cameraCode != null and cameraCode != ''">
|
|
|
- and a.camera_code=#{cameraCode}
|
|
|
+ and a.camera_code like concat('%', #{cameraCode}, '%')
|
|
|
</if>
|
|
|
<if test="lineDir != null and lineDir != 0">
|
|
|
and a.line_dir =#{lineDir}
|