| | |
| | | print.setMatnr(locInPrintMat.getMatnr()); |
| | | print.setMaktx(locInPrintMat.getMaktx()); |
| | | print.setBatch(locInPrintMat.getBatch()); |
| | | print.setAnfme(locInPrintMat.getAnfme().toString()); |
| | | print.setMemo(locInPrintMat.getMemo()); |
| | | print.setAnfme(locInPrintMat.getAnfme()); |
| | | print.setLocNo(locInPrintMat.getLocNo()); |
| | | print.setOwnerId(locInPrintMat.getOwnerId()); |
| | | print.setOwner(locInPrintMat.getOwner$()); |
| | | print.setId(locInPrintMat.getId()); |
| | | res.add(print); |
| | | locInPrintMat.setUpdateTime(new Date()); |
| | | locInPrintMat.setUpdateBy(getUserId()); |
| | | locInPrintMat.setStatus(2); |
| | | locInPrintMatService.updateById(locInPrintMat); |
| | | } |
| | | return R.ok().add(res); |
| | | } |