Procházet zdrojové kódy

Merge branch 'feature-sg-20230615-dsx' into test

dsx před 2 roky
rodič
revize
48ac3b64d2

+ 1 - 1
src/main/java/com/fdkankan/contro/service/impl/IFdkkLaserServiceImpl.java

@@ -134,7 +134,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);
     }