jcdm-main/src/main/java/com/jcdm/main/bs/formulaChild/service/impl/BsFormulaChildInfoServiceImpl.java
@@ -530,6 +530,7 @@ Boolean b = true; if(!"OP100".equals(bsFormulaChildInfo.getLocationCode())){ BsFormulaChildInfo getMaterTwo = new BsFormulaChildInfo(); getMaterTwo.setProductCode(bsFormulaChildInfo.getProductCode()); getMaterTwo.setProcessesCode(bsFormulaChildInfo.getLocationCode()); getMaterTwo.setOperationType("2"); List<BsFormulaChildInfo> operationType = bsFormulaChildInfoMapper.selectBsFormulaChildInfoList(getMaterTwo);