|
@@ -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;
|