Pu Zhibing
2024-12-02 e68c33e84e7f85fe8504de9c105d8597b996a906
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/TechnicianController.java
@@ -104,7 +104,7 @@
           @PostMapping("/shop/tech")
         @ApiOperation(value = "预约操作", tags = {"小程序-门店详情-技师预约"})
         public R<Technician> shoptech(@RequestBody TechnicianSubscribe subscribe){
               Long userId = tokenService.getLoginUserApplet().getUserId();
               Long userId = tokenService.getLoginUserApplet().getUserid();
                subscribe.setAppUserId(userId);
                technicianSubscribeService.save(subscribe);
                return R.ok();