fix: 班级学生查询改sql方式放入应用申请部分
This commit is contained in:
@@ -65,3 +65,8 @@ func (r *PtNeConfigApplyService) DeleteByIds(paramIds []string) (int64, error) {
|
||||
// 删除信息失败!
|
||||
return 0, fmt.Errorf("delete fail")
|
||||
}
|
||||
|
||||
// SelectListByClass 查询班级学生信息
|
||||
func (r *PtNeConfigApplyService) SelectListByClass(deptId, userName string) []map[string]any {
|
||||
return r.ptNeConfigApplyRepository.SelectListByClass(deptId, userName)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user