소스 검색

git环境修复

yejian 3 년 전
부모
커밋
925ea84311

+ 1 - 0
imcs-admin-boot/imcs-business-biz/src/main/java/com/github/zuihou/business/productionResourceCenter/service/impl/RobotNodeServiceImpl.java

@@ -389,6 +389,7 @@ public class RobotNodeServiceImpl implements NodeOperationService {
 
                     ProductionresourcePosition po = logical(robotList,targetStorge);
                     //机器人手抓没被锁定,并且有空闲未知
+
                     if (po!=null) {
                         jqrStorge = storgeService.getById(jqrMap.get(DemoLineConstant.DEMOLINE_RJQR_ZS).get(0).getStorgeId());
                         jqrStorge.setCompleteBatchNo(task.getCompleteBatchNo());