|
@@ -30,7 +30,6 @@ import java.time.LocalDate;
|
|
|
import java.util.*;
|
|
|
import java.util.concurrent.atomic.AtomicInteger;
|
|
|
import java.util.stream.Collectors;
|
|
|
-import java.util.stream.Stream;
|
|
|
|
|
|
import static com.ym.mec.biz.dal.enums.IndexDataType.CLOUD_NEW_STUDENT_NUM;
|
|
|
|
|
@@ -41,42 +40,28 @@ public class StudentServiceImpl extends BaseServiceImpl<Integer, Student> implem
|
|
|
private StudentDao studentDao;
|
|
|
@Autowired
|
|
|
private TeacherDao teacherDao;
|
|
|
-
|
|
|
@Autowired
|
|
|
private CourseScheduleStudentPaymentDao courseScheduleStudentPaymentDao;
|
|
|
-
|
|
|
@Autowired
|
|
|
private StudentRegistrationDao studentRegistrationDao;
|
|
|
-
|
|
|
@Autowired
|
|
|
private MusicGroupDao musicGroupDao;
|
|
|
-
|
|
|
- @Autowired
|
|
|
- private ChargeTypeDao chargeTypeDao;
|
|
|
-
|
|
|
@Autowired
|
|
|
private PracticeGroupDao practiceGroupDao;
|
|
|
-
|
|
|
@Autowired
|
|
|
private MemberRankSettingDao memberRankSettingDao;
|
|
|
-
|
|
|
@Autowired
|
|
|
private SysConfigDao sysConfigDao;
|
|
|
@Autowired
|
|
|
private SysMessageService sysMessageService;
|
|
|
-
|
|
|
@Autowired
|
|
|
private SysMusicCompareRecordDao sysMusicCompareRecordDao;
|
|
|
-
|
|
|
@Autowired
|
|
|
private CloudTeacherDao cloudTeacherDao;
|
|
|
-
|
|
|
@Autowired
|
|
|
private CloudTeacherOrderDao cloudTeacherOrderDao;
|
|
|
-
|
|
|
@Autowired
|
|
|
private OrganizationDao organizationDao;
|
|
|
-
|
|
|
@Autowired
|
|
|
private IndexBaseMonthDataDao indexBaseMonthDataDao;
|
|
|
|