This commit is contained in:
parent
dc0ddfc898
commit
591de167c0
|
@ -71,8 +71,8 @@ public class ReservationServiceImpl implements IReservationService {
|
|||
}
|
||||
|
||||
@Override
|
||||
public List<ReservationDateVo> selectDateList(String time, Long userId) {
|
||||
public List<ReservationDateVo> selectDateList(String time, Long counselorId) {
|
||||
|
||||
return dayMapper.selectDateList(time,userId);
|
||||
return dayMapper.selectDateList(time, counselorId);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue