lidongdong
2023-08-29 aa7f1f1e25c72abeca055046ce88d0fc057f3177
新增商家详情接口   修改查询用户信息报错
1个文件已修改
2 ■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/VolunteerMerchantApi.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/VolunteerMerchantApi.java
@@ -72,7 +72,7 @@
                                      @RequestParam(value = "userName", required = false) String userName,
                                      @RequestParam(value = "userPhone", required = false) String userPhone)
    {
        return R.ok(vtService.getUser(communityId,userName,userPhone));
        return vtService.getUser(communityId,userName,userPhone);
    }