Pu Zhibing
2025-08-05 16cee07f274c039bf0dcb5da347859053b7c2586
UserQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/impl/PhoneServiceImpl.java
@@ -34,7 +34,7 @@
    @Override
    public List<Phone> queryPhones(String code) throws Exception {
        OpenCity openCity = openCityService.openCity1(code);
        return phoneMapper.selectList(new EntityWrapper<Phone>().eq("openCityId", openCity));
        return phoneMapper.selectList(new EntityWrapper<Phone>().eq("openCityId", openCity.getId()));
    }