| | |
| | | import org.springframework.web.bind.annotation.RequestMethod; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | |
| | | import java.time.LocalDateTime; |
| | | import java.util.ArrayList; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | |
| | | ExamTemplatesVO vo = new ExamTemplatesVO(); |
| | | vo.setStatus("0"); |
| | | vo.setUserId(user.getId()); |
| | | vo.setNow(LocalDateTime.now()); |
| | | List<ExamTemplates> gets = templatesMapper.gets(vo); |
| | | ExamTemplatesUserCountVO templatesUserCountVO = new ExamTemplatesUserCountVO(); |
| | | templatesUserCountVO.setUserId(user.getId()); |