Commit 784d6728e3578f7d316c05383c1bd7660862b976

Authored by liquanyu
1 parent fec0c17dbf

同步

Showing 1 changed file with 0 additions and 4 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/inteceptor/MysqlDataInterceptor.java View file @ 784d672
... ... @@ -33,10 +33,6 @@
33 33 })
34 34 public class MysqlDataInterceptor implements Interceptor {
35 35  
36   -
37   - @Autowired
38   - private SyncDataService syncDataService;
39   -
40 36 //同步的表
41 37 private static Set<String> uses = new HashSet<>();
42 38 static {