| 
						
						
							
								
							
						
						
					 | 
					@ -59,7 +59,7 @@ public class DistributionServiceImpl implements DistributionService { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    @Override | 
					 | 
					 | 
					    @Override | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    public BranchCountResultDTO branchCount(BranchCountFormDTO branchCountFormDTO) { | 
					 | 
					 | 
					    public BranchCountResultDTO branchCount(BranchCountFormDTO branchCountFormDTO) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        BranchCountResultDTO branchCountResultDTO = screenCustomerGridDao.selectAgencyInfo(branchCountFormDTO.getAgencyId()); | 
					 | 
					 | 
					        BranchCountResultDTO branchCountResultDTO = screenCustomerGridDao.selectAgencyInfo(branchCountFormDTO.getAgencyId()); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					        if (null == branchCountFormDTO){ | 
					 | 
					 | 
					        if (null == branchCountResultDTO){ | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					            return new BranchCountResultDTO(); | 
					 | 
					 | 
					            return new BranchCountResultDTO(); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        } | 
					 | 
					 | 
					        } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        Integer totalNum = screenCustomerGridDao.selectBranchCount(branchCountFormDTO.getAgencyId()); | 
					 | 
					 | 
					        Integer totalNum = screenCustomerGridDao.selectBranchCount(branchCountFormDTO.getAgencyId()); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |