|
@@ -133,7 +133,7 @@ public class IFdkkLaserServiceImpl implements IFdkkLaserService {
|
|
|
params.put("userId", scenePlus.getUserId());
|
|
|
params.put("sceneSource", scenePlus.getSceneSource());
|
|
|
if(Objects.nonNull(fdageJson)){
|
|
|
- params.put("location", fdageJson.getInteger("localtion"));
|
|
|
+ params.put("location", fdageJson.getInteger("location"));
|
|
|
}
|
|
|
rabbitMqProducer.sendByWorkQueue(updateScene, params);
|
|
|
}
|