张天森
2022-10-08 d26e31aad7a9e843ce149e88668ce38e2cefd219
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());
    }