辅导员分宿舍

This commit is contained in:
zhy
2025-09-07 22:57:35 +08:00
parent fd78383f1a
commit 6c3046bfbd
5 changed files with 10 additions and 2 deletions

View File

@@ -156,6 +156,7 @@ public class SrsStuRegServiceImpl extends ServiceImpl<SrsStuRegMapper, SrsStuReg
SrsStuReg stu = new SrsStuReg();
stu.setId(srsStuReg.getId());
stu.setBJDM(temp.教务系统班级编号);
stu.setBJ(temp.班级名称);
needUpdateList.add(stu);
}
}