|
@@ -143,7 +143,7 @@ public class SceneServiceImpl implements ISceneService {
|
|
@Override
|
|
@Override
|
|
public ResultData getBodySegmentStatus(String uuid) {
|
|
public ResultData getBodySegmentStatus(String uuid) {
|
|
|
|
|
|
- String progress = redisUtil.hget(RedisKey.SCENE_BODY_SEGMENT, uuid);
|
|
|
|
|
|
+ String progress = redisUtil.get(String.format(RedisKey.SCENE_BODY_SEGMENT, uuid));
|
|
if(StrUtil.isEmpty(progress)){
|
|
if(StrUtil.isEmpty(progress)){
|
|
throw new BusinessException(ErrorCode.FAILURE_CODE_5038);
|
|
throw new BusinessException(ErrorCode.FAILURE_CODE_5038);
|
|
}
|
|
}
|