| | |
| | | * @param code |
| | | * @return |
| | | */ |
| | | List<Phone> queryPhones(@Param("province") String province, @Param("city") String city, @Param("code") String code); |
| | | List<Phone> queryPhones(@Param("openCityId") Integer openCityId); |
| | | |
| | | |
| | | /** |
| | |
| | | |
| | | /** |
| | | * 获取电话 |
| | | * @param companyId |
| | | * @param openCityId |
| | | * @param type |
| | | * @return |
| | | */ |
| | | Phone queryInfo(@Param("companyId") Integer companyId, @Param("type") Integer type); |
| | | Phone queryInfo(@Param("openCityId") Integer openCityId, @Param("type") Integer type, @Param("platform") Integer platform); |
| | | } |