Ejemplo n.º 1
0
 @Override
 public List<TAgencyRole> selectByUserId(Long userId) {
   List<TAgencyRole> tAgencyRoles = tAgencyRoleMapper.selectByUserId(userId);
   return tAgencyRoles;
 }