权限接口修改

dev
liuguijing 1 year ago
parent ddf9568f31
commit 3e4c3c2ceb

@ -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>
</exclusion>
</exclusions>
</dependency>
<!-- SpringBoot 拦截器 -->

@ -40,17 +40,6 @@ public class DyLevelServiceImpl implements DyLevelService {
@Autowired
DyLevelDao dyLevelDao;
@Autowired
DyLevelBakDao dyLevelBakDao;
@Autowired
LinesBakDao linesBakDao;
@Autowired
TowersBakDao towersBakDao;
@Autowired
TerminalsBakDao terminalsBakDao;
@Autowired
TerminalChannelMapperDao terminalChannelMapperDao;

Loading…
Cancel
Save