| 
					
				 | 
			
			
				@@ -34,6 +34,9 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <if test="railwayCode != null and railwayCode != ''"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 and a.railway_code=#{railwayCode} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </if> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <if test="cameraCode != null and cameraCode != ''"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                and a.camera_code=#{cameraCode} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </if> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <if test="lineDir != null and lineDir != 0"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 and a.line_dir =#{lineDir} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </if> 
			 |