This commit is contained in:
parent
591de167c0
commit
6356d38fab
|
@ -55,8 +55,8 @@ public class WxCounselorController extends BaseController {
|
|||
}
|
||||
|
||||
@GetMapping("/date")
|
||||
public R<List<ReservationDateVo>> getReservationList(String time, Long userId) {
|
||||
return R.ok(reservationService.selectDateList(time, userId));
|
||||
public R<List<ReservationDateVo>> getReservationList(String time, Long counselorId) {
|
||||
return R.ok(reservationService.selectDateList(time, counselorId));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue