| | |
| | | import com.dsh.other.entity.CreateHistoryDto; |
| | | import com.dsh.other.entity.GetHistoryDto; |
| | | import com.dsh.other.model.BannerVo; |
| | | import com.dsh.other.model.dto.siteDto.SelectDto; |
| | | import com.dsh.other.model.vo.questionVo.QuestionSearchVO; |
| | | import com.dsh.other.service.IBannerService; |
| | | import com.dsh.other.util.ResultUtil; |
| | |
| | | @ResponseBody |
| | | @PostMapping("/class/gethisotory") |
| | | public List<GetHistoryDto> getHistory(@RequestBody Integer studentId){ |
| | | List<GetHistoryDto> list = bannerService.gethistory(studentId); |
| | | |
| | | return bannerService.gethistory(studentId); |
| | | |
| | | System.out.println("=-======GetHistoryDto========"+list); |
| | | return list; |
| | | |
| | | } |
| | | |
| | | |
| | | } |