puzhibing
2024-11-29 0302a9691cae8487e1e29ca29003c9417909a561
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();