|
|
|
@ -862,7 +862,7 @@ public abstract class PtrAgvItem extends ExecutorItem { |
|
|
|
} |
|
|
|
|
|
|
|
private String getRedisKey(String type) { |
|
|
|
return String.format("lcc:%s:%s:rcs:%s_%s", |
|
|
|
runtime.projectUUID, runtime.envId, type, this.getId()); |
|
|
|
return String.format("lcc:%s:%s:device:%s:%s", |
|
|
|
runtime.projectUUID, runtime.envId, this.getId(), type); |
|
|
|
} |
|
|
|
} |
|
|
|
|