|  | @@ -1234,13 +1234,6 @@
 | 
	
		
			
				|  |  |          where f_id = #{auditItem.billId}
 | 
	
		
			
				|  |  |      </update>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    <update id="warehouseApprovalUpdate">
 | 
	
		
			
				|  |  | -        update
 | 
	
		
			
				|  |  | -        t_warehousebills
 | 
	
		
			
				|  |  | -        SET #{auditItem.fidStatus} = #{fettle}
 | 
	
		
			
				|  |  | -        where f_id = #{auditItem.billId}
 | 
	
		
			
				|  |  | -    </update>
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |      <select id="selectDetailedList" resultType="java.util.Map">
 | 
	
		
			
				|  |  |          SELECT
 | 
	
		
			
				|  |  |              t.f_id AS fId,
 |