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