|
@@ -66,7 +66,7 @@ public class DaemonThread extends Thread {
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
log.error(e.getMessage(), e);
|
|
log.error(e.getMessage(), e);
|
|
}
|
|
}
|
|
- if (Constant.ibms_physical_world_enable) {
|
|
|
|
|
|
+ if (Constant.zkt_physical_world_enable) {
|
|
try {
|
|
try {
|
|
String validPath = Constant.getLatestPath(Constant.zkt_physical_world, true);
|
|
String validPath = Constant.getLatestPath(Constant.zkt_physical_world, true);
|
|
if (validPath == null) {
|
|
if (validPath == null) {
|