rev:下发agv参数修改

This commit is contained in:
2025-02-13 15:56:41 +08:00
parent 60dfe9260e
commit efc076466a

View File

@@ -768,7 +768,7 @@ public class XianGongAgvServiceImpl implements XianGongAgvService {
block.put("blockId", IdUtil.simpleUUID());
block.put("location", inst.getNext_point_code() + "OUTPUT");
if ("CPJSSX,BZXXL".contains(inst.getNext_device_code())) {
block.put("operation", "ForkHeight");
block.put("operation", "script");
} else {
block.put("operation", "ForkHeight");
}