| | |
| | | package com.mes.opctask.service.impl; |
| | | |
| | | import cn.hutool.core.collection.CollectionUtil; |
| | | import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; |
| | | import com.baomidou.mybatisplus.core.conditions.update.LambdaUpdateWrapper; |
| | | import com.mes.common.config.Const; |
| | |
| | | //获取笼内的详情数据 |
| | | List<EdgSlotRemainVO> edgSlotRemainVOS = edgStorageCageDetailsService.querySlotRemainWidth(cellLength, glassGap); |
| | | //按照查询结果对笼内现有玻璃的格子尺寸进行更新 |
| | | edgStorageCageService.resetSlotRemainWidth(edgSlotRemainVOS); |
| | | if (CollectionUtil.isNotEmpty(edgSlotRemainVOS)) { |
| | | edgStorageCageService.resetSlotRemainWidth(edgSlotRemainVOS); |
| | | } |
| | | return Boolean.TRUE; |
| | | } |
| | | } |