| | |
| | | } |
| | | |
| | | @Override |
| | | public void updSlVolumeProductionZy(UpdaddSlVolumeProductionZyDTO updaddSlVolumeProductionZyDTO) { |
| | | SlVolumeProductionZy byId = this.getById(updaddSlVolumeProductionZyDTO.getId()); |
| | | byId.setZyNum(updaddSlVolumeProductionZyDTO.getZyNum()); |
| | | this.updateById(byId); |
| | | public void updSlVolumeProductionZy(List<UpdaddSlVolumeProductionZyDTO> updaddSlVolumeProductionZyDTO) { |
| | | for (UpdaddSlVolumeProductionZyDTO z:updaddSlVolumeProductionZyDTO){ |
| | | SlVolumeProductionZy byId = this.getById(z.getId()); |
| | | byId.setZyNum(z.getZyNum()); |
| | | this.updateById(byId); |
| | | } |
| | | |
| | | } |
| | | |
| | | @Override |
| | |
| | | list.setIsConsume(slGoodsMaterials.getIsConsume()); |
| | | SlGoodsShelf slGoodsShelf = slGoodsShelfMapper.selectById(slVolumeProductionRk.getShelfId()); |
| | | list.setGoodsShelfName(slGoodsShelf.getGoodsShelfName()); |
| | | if(list.getScrkId()!=null){ |
| | | SlVolumeProductionRk slVolumeProductionRk1 = slVolumeProductionRkMapper.selectById(list.getScrkId()); |
| | | list.setStoreManagementNumber(slVolumeProductionRk1.getStoreManagementNumber()); |
| | | list.setRkNumber(slVolumeProductionRk1.getRkNumber()); |
| | | } |
| | | } |
| | | return SlGoodsShelfDTO; |
| | | } |