|
|
@@ -753,6 +753,10 @@ public class OutboundSaleOrderService extends BaseService<Outbound> {
|
|
|
outboundItem.setOutAmt(outboundItemVO.getOutingAmt());
|
|
|
outboundItem.setFactAmt(outboundItemVO.getFactAmt());
|
|
|
outboundItem.setFactPrice(outboundItemVO.getFactPrice());
|
|
|
+ outboundItem.setCostPrice(outboundItemVO.getCostPrice() != null ?outboundItemVO.getCostPrice() : null);
|
|
|
+ outboundItem.setCostAmt(outboundItemVO.getCostAmt() != null ? outboundItemVO.getCostAmt() :null );
|
|
|
+ outboundItem.setWhId(outboundItemVO.getWhId());
|
|
|
+ outboundItem.setNonStdCode(outboundItemVO.getNonStdCode());
|
|
|
//修改
|
|
|
outboundItemMapper.update(outboundItem,
|
|
|
new UpdateWrapper<OutboundItem>().lambda()
|