zhoushihao
3 天以前 c55387f287690dd3335e56d7749195d361803628
hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/service/impl/HollowGlassOutRelationInfoServiceImpl.java
@@ -389,7 +389,9 @@
            info.setState(Const.HOLLOW_FLOW_CARD_NEW);
            info.setTotalPairQuantity(request.getTotalPairQuantity());
            info.setFormulaId(request.getFormulaId());
            info.setFilmRemove(request.getFilmRemove());
            if (CollectionUtil.isNotEmpty(request.getFilmRemoveList())){
                info.setFilmRemove(String.join(",", request.getFilmRemoveList()));
            }
            this.save(info);
            // 查询出需要出玻璃的队列
            List<Integer> layerList = new ArrayList<>();