|  | @@ -97,7 +97,7 @@ total_gross_weight as totalGrossWeight,total_net_weight as totalNetWeight,total_
 | 
	
		
			
				|  |  |  container_code as containerCode,container_number as containerNumber,unit_price as unitPrice,total_price as totalPrice,
 | 
	
		
			
				|  |  |  hod
 | 
	
		
			
				|  |  |           from sy_letter_deposit_item
 | 
	
		
			
				|  |  | -         where del_flag = 0 group by letter_groupid
 | 
	
		
			
				|  |  | +         where del_flag = 0 and sy_letter_deposit_id = #{syId} group by letter_groupid
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      </select>
 |