Browse Source

fix: 增加模拟回调情况

wang.sq@aliyun.com 3 months ago
parent
commit
9f5b7136e8

+ 2 - 2
imcs-admin-boot/imcs-business-biz/src/main/java/com/github/zuihou/business/productionResourceCenter/strategy/impl/ToolRobotStrategy.java

@@ -139,8 +139,8 @@ public class ToolRobotStrategy implements RobotStrategy {
                 return null;
             }
         }
-
-        bool = this.cutToolActionCondition("/api/getCutterDeviceIsTake", taskNode,pointId);
+        //todo $需要换地址$
+        //bool = this.cutToolActionCondition("/api/getCutterDeviceIsTake", taskNode,pointId);
 
         if(!bool || !flag){
             msgUtil.createWarnLog("刀具节点起始位取条件不满足","DataException");