src/main/java/com/zy/asrs/controller/MatController.java
@@ -140,9 +140,11 @@ if (Cools.isEmpty(mat) || null==mat.getId()){ return R.error(); } String oldMatnr = matService.getOldMatnr(mat.getId()); mat.setUpdateBy(getUserId()); mat.setUpdateTime(new Date()); matService.updateById(mat); return R.ok(); } @@ -274,6 +276,8 @@ print.setBarcode(mat.getBarcode()); print.setMaktx(mat.getMaktx()); print.setSpecs(mat.getSpecs()); print.setSupp(mat.getSupp()); print.setSku(mat.getSku()); print.setUnit(mat.getUnit()); print.setMemo(mat.getMemo()); res.add(print);