Commit ffdc5ffa authored by Ryan Loong's avatar Ryan Loong

fix 学生导入成绩时报错

parent 169d19fa
......@@ -347,6 +347,7 @@ public class StudentInfoService {
setName(vo.getName());
setClassId(classId);
setStudentUniqueId(vo.getStudentUid());
setCallTimes(0);
setAddTime(now);
setUpdateTime(now);
setDeleted(StudentInfo.NOT_DELETED);
......
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