czt
2026-01-13 5eeefc6b1dd8c8c4f69efcec0c7ad13d35395487
fzzy-igdss-web/src/main/java/com/fzzy/init/SystemRunner.java
@@ -6,7 +6,7 @@
import lombok.extern.slf4j.Slf4j;
import org.springframework.boot.CommandLineRunner;
import org.springframework.core.annotation.Order;
import org.springframework.stereotype.Service;
import org.springframework.stereotype.Component;
import javax.annotation.Resource;
import java.util.List;
@@ -16,10 +16,12 @@
 *
 * @author Andy
 */
@Service
@Component(SystemRunner.BEAN_ID)
@Slf4j
@Order(value = 1)
public class SystemRunner implements CommandLineRunner {
    public static final String BEAN_ID = "init.serverRunner";
    @Resource
    private ISysCompanyService iSysCompanyService;
@@ -39,9 +41,6 @@
    private InoutConfService inoutConfService;
    @Resource
    private SecCameraService secCameraService;
    @Resource
    private SnapConfService snapConfService;
    @Override
    public void run(String... args) throws Exception {