|
|
|
@ -2085,6 +2085,7 @@ public class WarehouseUpdownTypeServiceImpl extends BaseServiceImpl<WarehouseUpd
|
|
|
|
|
for (WarehouseUpdownGoodsEntity updownGoodsEntity:updownGoodsList){ |
|
|
|
|
WarehouseUpdownGoodsLogEntity updownGoodsLogEntity = new WarehouseUpdownGoodsLogEntity(); |
|
|
|
|
BeanUtil.copy(updownGoodsEntity,updownGoodsLogEntity); |
|
|
|
|
updownGoodsLogEntity.setId(null); |
|
|
|
|
updownGoodsLogEntity.setNum(residue); |
|
|
|
|
updownGoodsLogEntity.setBindingType(bindingType); |
|
|
|
|
updownGoodsLogEntity.setIsAlltrays(isAlltrays); |
|
|
|
|