|
@@ -22,9 +22,9 @@ import java.util.*;
|
|
|
@Service
|
|
|
@Slf4j
|
|
|
public class PhysicalWorldService {
|
|
|
- @Autowired
|
|
|
- private PhysicalWorldClient physicalWorldClient;
|
|
|
-// private PhysicalWorldClient physicalWorldClient = null;
|
|
|
+// @Autowired
|
|
|
+// private PhysicalWorldClient physicalWorldClient;
|
|
|
+ private PhysicalWorldClient physicalWorldClient = null;
|
|
|
|
|
|
public Set<String> queryObjectIdListByClassCode(
|
|
|
@NotNull String projectId,
|