@@ -38,7 +38,7 @@ public class StartService implements CommandLineRunner {
}
//光栅检测
- if (testTagConfig.getAciService()) {
+ if (testTagConfig.getGsService()) {
ServerGs server = new ServerGs(2002, configService);
server.start();