lidongdong
2023-11-24 d331c5475f0b07f36161a4464d92e32b6913b4e9
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/partybuilding/NewStriveForFeign.java
@@ -378,6 +378,22 @@
    public R editMerchantData(@RequestBody NewFightConvenientMerchantVO item);
    @GetMapping("/FightConvenient/selectUserList")
    public R selectUserList(@RequestParam("communityId") String communityId,
                            @RequestParam("phoneOrname") String phoneOrname);
    @GetMapping("/selectUserListB")
    public R selectUserListB(@RequestParam("communityId") String communityId,
                             @RequestParam("phoneOrname") String phoneOrname);
    @GetMapping("/FightConvenient/selectUserBind")
    public R selectUserBind(@RequestParam("communityId") String communityId,
                            @RequestParam("userId") String userId);
    /*****************************************************************************************************
     *
     *                                       用户积分任务完成情况
@@ -514,9 +530,6 @@
     */
    @GetMapping("/NeedProblem/timedNewFightNeedProblemInventoryHandler")
    public R timedNewFightNeedProblemInventoryHandler();