|
@@ -25,7 +25,7 @@ import java.util.stream.Collectors;
|
|
@Service
|
|
@Service
|
|
public class TeacherService {
|
|
public class TeacherService {
|
|
|
|
|
|
- private static final Logger l = LoggerFactory.getLogger(StudentService.class);
|
|
|
|
|
|
+ private static final Logger l = LoggerFactory.getLogger(TeacherService.class);
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
private SysUserMapper userMapper;
|
|
private SysUserMapper userMapper;
|