lidongdong
2022-10-08 baed8c0399a84fc22d9ac01afcd102e2b2737d47
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/ComSanShuoExpertApi.java
@@ -58,7 +58,7 @@
     * 小程序获取可选择专家
     * */
    @GetMapping("/appletsList")
    public R appList(@RequestParam ("type")Integer type,@RequestParam("id")Long id){
    public R appList(@RequestParam (value = "type",required = false)Integer type,@RequestParam(value = "id",required = false)Long id){
        return comSanShuoExpertService.selectExpertList(type, id,this.getLoginUserInfo().getCommunityId());
    }
@@ -73,6 +73,7 @@
        return R.ok(comSanShuoExpertService.updateById(expert));
    }
    /**
     * 后台获取列表
     * */