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