|
@@ -183,7 +183,7 @@ public class TenantInfoServiceImpl extends ServiceImpl<TenantInfoMapper, TenantI
|
|
|
|
|
|
for (TenantInfoWrapper.TenantInfo info : tenantInfos) {
|
|
|
info.setTeacherCounts(teacherIdCountMap.getOrDefault(info.getId(), 0));
|
|
|
- info.setTeacherCounts(studentIdCountMap.getOrDefault(info.getId(), 0));
|
|
|
+ info.setStudentCounts(studentIdCountMap.getOrDefault(info.getId(), 0));
|
|
|
}
|
|
|
|
|
|
//获取省市区信息
|