Commit 192df78f authored by Ryan Loong's avatar Ryan Loong

update 添加成绩的时候增加点名次数

parent ab6afd25
...@@ -104,6 +104,7 @@ public class StudentPointService { ...@@ -104,6 +104,7 @@ public class StudentPointService {
studentPoint.setAddTime(now); studentPoint.setAddTime(now);
studentPoint.setDeleted(false); studentPoint.setDeleted(false);
studentPointInfoMapper.insert(studentPoint); studentPointInfoMapper.insert(studentPoint);
studentInfoService.increaseCallTimeByPrimaryKey(studentPoint.getStudentId());
return "add OK"; return "add OK";
} }
......
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