辅导员分宿舍
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
@@ -745,7 +745,6 @@
|
||||
left join srs_class cl on a.bjdm=class_code
|
||||
left join cph_teacher t on cl.teacher_id=t.teacher_id
|
||||
<where>
|
||||
a.reg_status in (1,3,4)
|
||||
<if test="BJDM != null">and a.BJDM = #{BJDM}</if>
|
||||
<if test="params.tNo != null">and t.employee_id = #{params.tNo}</if>
|
||||
<if test="MZ != null">and a.MZ like concat('%', #{MZ},'%')</if>
|
||||
|
Reference in New Issue
Block a user