@ -40,6 +40,10 @@
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusions>
</dependency>
<!-- SpringBoot 拦截器 -->
@ -40,17 +40,6 @@ public class DyLevelServiceImpl implements DyLevelService {
@Autowired
DyLevelDao dyLevelDao;
DyLevelBakDao dyLevelBakDao;
LinesBakDao linesBakDao;
TowersBakDao towersBakDao;
TerminalsBakDao terminalsBakDao;
TerminalChannelMapperDao terminalChannelMapperDao;