|
@@ -812,10 +812,10 @@ public class TaskWorkNode {
|
|
|
} else if (count == 1) {
|
|
|
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());
|
|
|
dataMap.put("method", "SendServoStacker");
|
|
|
- dataMap.put("toStorge", targetStorge.getPointId());
|
|
|
+ dataMap.put("toStorge", targetStorge);
|
|
|
|
|
|
Map locationMap = new HashMap();
|
|
|
- locationMap.put("location", targetStorge);
|
|
|
+ locationMap.put("location", targetStorge.getPointId());
|
|
|
dataMap.put("data", locationMap);
|
|
|
}
|
|
|
dataMap.put("result", true);
|