| 
					
				 | 
			
			
				@@ -209,7 +209,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             AND JSON_EXTRACT( cost_info, '$.processUnit') = #{sy.processUnit} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </if> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <if test="sy.outdata != null and sy.outdata !=''"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            AND JSON_EXTRACT( cost_info, '$.outdata' ) = #{sy.outdata} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            AND JSON_EXTRACT( cost_info, '$.outdata' ) = CONVERT(#{sy.outdata},UNSIGNED) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </if> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <if test="sy.planQuantity != null and sy.planQuantity !=''"> 
			 |