Forráskód Böngészése

线边库逻辑第四步lacation参数命名修改

yejian 3 éve
szülő
commit
4217cc8d76

+ 1 - 1
imcs-admin-boot/imcs-business-biz/src/main/java/com/github/zuihou/business/mq/TaskWorkNode.java

@@ -920,7 +920,7 @@ public class TaskWorkNode {
                 targetStorge = msgUtil.redis_get(DemoCacheKey.YUNJIAN_CAMP + "_" + DemoLineConstant.YUNJIAN_TARGET_STORE + taskNode.getId())==null?null:(Storge)msgUtil.redis_get(DemoCacheKey.YUNJIAN_CAMP + "_" + DemoLineConstant.YUNJIAN_TARGET_STORE + taskNode.getId());
                 targetStorge = msgUtil.redis_get(DemoCacheKey.YUNJIAN_CAMP + "_" + DemoLineConstant.YUNJIAN_TARGET_STORE + taskNode.getId())==null?null:(Storge)msgUtil.redis_get(DemoCacheKey.YUNJIAN_CAMP + "_" + DemoLineConstant.YUNJIAN_TARGET_STORE + taskNode.getId());
                 Map locationMap = new HashMap();
                 Map locationMap = new HashMap();
                 locationMap.put("location", targetStorge.getPointId());
                 locationMap.put("location", targetStorge.getPointId());
-                dataMap.put("Data", locationMap);
+                dataMap.put("data", locationMap);
 
 
                 dataMap.put("method", "MoveRobotPosition");
                 dataMap.put("method", "MoveRobotPosition");
                 dataMap.put("result", true);
                 dataMap.put("result", true);