|
|
@ -582,8 +582,8 @@ public class AgencyServiceImpl implements AgencyService { |
|
|
|
if (null == staffInfo){ |
|
|
|
return result; |
|
|
|
} |
|
|
|
formDTO.setOrgId(staffInfo.getFromOrgId()); |
|
|
|
formDTO.setLevel(staffInfo.getFromOrgType()); |
|
|
|
formDTO.setOrgId(staffInfo.getAgencyId()); |
|
|
|
formDTO.setLevel(OrgInfoConstant.AGENCY); |
|
|
|
} |
|
|
|
if (formDTO.getLevel().equals(OrgInfoConstant.AGENCY)){ |
|
|
|
CustomerAgencyEntity entity = customerAgencyDao.selectById(formDTO.getOrgId()); |
|
|
|