|
|
@@ -163,7 +163,7 @@ public class OutboundOtherService extends BaseService<Outbound> {
|
|
|
.setOutAmt(BigDecimal.ZERO);
|
|
|
}
|
|
|
//入库状态
|
|
|
- outboundItemVO.setOutStatus(outboundItemVO.getOutStatus());
|
|
|
+ outboundItemVO.setOutStatus(outboundVO.getOutStatus());
|
|
|
//实体转换
|
|
|
OutboundItem outboundItem = outboundItemConvert.convertToPo(outboundItemVO);
|
|
|
outboundItemMapper.insert(outboundItem);
|