修改采购单入库的bug

This commit is contained in:
许允枞 2024-10-26 15:54:21 +08:00
parent 76cc2cc0b3
commit 99c1df8df9

View File

@ -520,7 +520,7 @@ public class DlRepairSoServiceImpl extends ServiceImpl<DlRepairSoMapper, DlRepai
Map<String, DlRepairSoi> filterWareMap = filterWare.stream().collect(Collectors.toMap(DlRepairSoi::getId, soi -> soi));
pmsWaresList.forEach(item -> {
DlRepairSoi filterSoi = filterWareMap.get(item.getId());
DlRepairSoi inWares = item;
DlRepairSoi inWares = BeanUtil.copyProperties(item, DlRepairSoi.class);
//采购单id
inWares.setSoId(inSo.getId());
//采购品原始id