Commit 72dc6b05 authored by Ryan Loong's avatar Ryan Loong

update 分数统计增加最大和最小分的限制

parent d563c8a8
......@@ -4,7 +4,6 @@ import cn.exploring.engine.server.core.storage.StorageService;
import cn.exploring.engine.server.core.util.ResponseUtil;
import cn.exploring.engine.server.db.domain.StudentPointInfo;
import cn.exploring.engine.server.db.domain.vo.IdVo;
import cn.exploring.engine.server.db.service.StudentInfoService;
import cn.exploring.engine.server.db.service.StudentPointService;
import cn.exploring.engine.server.db.util.StrUtil;
import org.springframework.util.StringUtils;
......@@ -28,9 +27,6 @@ public class PointController {
@Resource
StudentPointService pointService;
@Resource
StudentInfoService studentInfoService;
@Resource
StorageService storageService;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment