src/main/java/com/zy/common/service/CommonService.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/zy/common/service/CommonService.java
@@ -169,6 +169,7 @@ } } if (staDescId != 10) { //检测是否为呆滞料 String matnr = findLocNoAttributeVo.getMatnr(); Mat mat = matService.selectByMatnr(matnr); @@ -179,6 +180,7 @@ if (mat.getTscp() != null && mat.getTscp() == 1) { crnList.add(0, 1); } } }else if (barcode.startsWith("16")) { crnList.add(6); }else {