修改采购单入库的bug
This commit is contained in:
parent
76cc2cc0b3
commit
99c1df8df9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user