摘要:
方法一:springboot提供函数,返回什么类型,对应就使用什么类型接受解析; List<Phone> query = jdbcTemplate.query(sql, new Object[]{mobile}, new BeanPropertyRowMapper(Phone.class)); 方法 阅读全文
摘要:
方法1: 通过随机数从对象中获取 List<ExtensionDTO> extension = ucExtensionService.getExtersionByOrgCode(orgCode); log.info("机构绑定分机{}",extension); // 4.随机查找该部门下一个空闲分机 阅读全文