44323
2023-11-21 1e64ef03770f4e3a7f357049a6fe744f39c2c4b6
cloud-server-management/src/main/java/com/dsh/guns/modular/system/controller/code/OperatorController.java
@@ -59,14 +59,7 @@
    private IOperatorAuthService operatorAuthService;
    /**
     * 根据运营商ID 获取运营商管理的省市
     */
    @RequestMapping(value = "/getCityByOperatorId")
    @ResponseBody
    public List<TOperatorCity> getCityByOperatorId(@RequestBody Integer operatorId) {
        return operatorCityService.list(new QueryWrapper<TOperatorCity>().eq("operatorId",operatorId));
    }
    /**
     * 跳转运营商管理首页