Commit cbb28cd6 authored by Ryan Loong's avatar Ryan Loong

update 临时恢复随机点名逻辑

parent f1abdc01
......@@ -117,7 +117,7 @@ public class StudentInfoService {
.field(StudentVo::getCallTimes, maxCall).op(LessThan.class)
.build());
increaseCallTime(record);
increaseCallTimeByPrimaryKey(record.getId());
return record;
}
......
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