权限接口修改

dev
liuguijing 1 year ago
parent ddf9568f31
commit 3e4c3c2ceb

@ -40,6 +40,10 @@
<groupId>ch.qos.logback</groupId> <groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId> <artifactId>logback-classic</artifactId>
</exclusion> </exclusion>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<!-- SpringBoot 拦截器 --> <!-- SpringBoot 拦截器 -->

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

Loading…
Cancel
Save