d
This commit is contained in:
parent
3c65b6831a
commit
da055f28ca
@ -1144,6 +1144,9 @@ namespace VOL.Ai.Services
|
|||||||
{
|
{
|
||||||
foreach (var item in paramDto.ClassroomSettingList)
|
foreach (var item in paramDto.ClassroomSettingList)
|
||||||
{
|
{
|
||||||
|
if (item.Density == 0 || item.Duration == 0)
|
||||||
|
continue;
|
||||||
|
|
||||||
classroomSettingList.Add(new Ai_ClassroomSetting()
|
classroomSettingList.Add(new Ai_ClassroomSetting()
|
||||||
{
|
{
|
||||||
ClassRoomRecordId = entity.Id,
|
ClassRoomRecordId = entity.Id,
|
||||||
@ -1511,6 +1514,7 @@ namespace VOL.Ai.Services
|
|||||||
Density = s.Density
|
Density = s.Density
|
||||||
}).ToListAsync();
|
}).ToListAsync();
|
||||||
|
|
||||||
|
res.ClassRoomRecordName = classRoom.Name;
|
||||||
res.ClassroomStageList = classroomStageList;
|
res.ClassroomStageList = classroomStageList;
|
||||||
|
|
||||||
var classRoomStudent = await _teacherRepository.DbContext.Set<Ai_ClassroomStudentRecord>()
|
var classRoomStudent = await _teacherRepository.DbContext.Set<Ai_ClassroomStudentRecord>()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user