|
@@ -18,7 +18,6 @@ import org.springframework.beans.BeanUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
|
|
|
-import java.util.Arrays;
|
|
|
import java.util.List;
|
|
|
|
|
|
/**
|
|
@@ -47,7 +46,6 @@ public class ScoreInfoController extends BaseController {
|
|
|
startPage();
|
|
|
ScoreInfo scoreInfo = new ScoreInfo();
|
|
|
scoreInfo.setUserId(SecurityUtils.getLoginUser().getStudent().getId());
|
|
|
- System.out.println();
|
|
|
List<ScoreInfo> list = scoreInfoService.selectScoreInfoList(scoreInfo);
|
|
|
return toResponsePageInfo(list);
|
|
|
}
|