paper
This commit is contained in:
parent
91e23d36ae
commit
4301c32b49
@ -187,7 +187,7 @@ public class PaperUserService {
|
||||
* @param puId 用户试卷id
|
||||
*/
|
||||
@Transactional(readOnly = true)
|
||||
private List<PaperUserQuestion> findUserSortedQuestions(Long puId) {
|
||||
public List<PaperUserQuestion> findUserSortedQuestions(Long puId) {
|
||||
PaperUserQuestionExample example = new PaperUserQuestionExample();
|
||||
example.createCriteria().andPuIdEqualTo(puId);
|
||||
List<PaperUserQuestion> findList = paperUserQuestionDAO.selectByExample(example);
|
||||
|
Loading…
Reference in New Issue
Block a user