Преглед изворни кода

从授权配置了增加学校信息

wangliang пре 3 година
родитељ
комит
9760b1d991

+ 2 - 3
distributed-print/src/main/java/com/qmth/distributed/print/start/StartRunning.java

@@ -2,7 +2,6 @@ package com.qmth.distributed.print.start;
 
 import com.qmth.distributed.print.business.service.AuthInfoService;
 import com.qmth.teachcloud.common.contant.SystemConstant;
-import com.qmth.teachcloud.common.service.OrgCenterDataDisposeService;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 import org.springframework.boot.CommandLineRunner;
@@ -21,8 +20,8 @@ import javax.annotation.Resource;
 public class StartRunning implements CommandLineRunner {
     private final static Logger log = LoggerFactory.getLogger(StartRunning.class);
 
-    @Resource
-    private OrgCenterDataDisposeService orgCenterDataDisposeService;
+//    @Resource
+//    private OrgCenterDataDisposeService orgCenterDataDisposeService;
 
     @Resource
     AuthInfoService authInfoService;