Commit d2b51d56 authored by Ryan Loong's avatar Ryan Loong

update 学生更新操作日志

parent c64b6e96
......@@ -104,6 +104,7 @@ public class StudentInfoService {
log.error(StrUtil.format("{} 查询失败"));
return "记录不存在";
}
log.info(StrUtil.format("{} 查询: '{}'", logPrefix, JSON.toJSONString(record)));
StudentInfo studentInfo1 = selectStudentInfoByUniqueId(studentInfo.getStudentUniqueId());
if (studentInfo1 != null && !studentInfo1.getId().equals(studentInfo.getId())) {
......
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