|
@@ -38,10 +38,6 @@ public class BirthdayLogController extends BaseController {
|
|
|
})
|
|
|
public ResponsePageInfo<BirthdayLog> list(@ModelAttribute BirthdayLog birthdayLog) {
|
|
|
startPage();
|
|
|
- Long bbq = SecurityUtils.getLoginUser().getStudent().getId();
|
|
|
- Long bbq2 = SecurityUtils.getLoginUser().getUser().getUserId();
|
|
|
- System.out.println(bbq);
|
|
|
- System.out.println(bbq2);
|
|
|
birthdayLog.setUserId(SecurityUtils.getLoginUser().getStudent().getId());
|
|
|
List<BirthdayLog> list = birthdayLogService.selectBirthdayLogList(birthdayLog);
|
|
|
return toResponsePageInfo(list);
|