Przeglądaj źródła

销售退货编辑库区

于继渤 1 rok temu
rodzic
commit
1910700d5d

+ 1 - 0
src/main/java/com/dk/mdm/service/ivt/outbound/OutboundSaleReturnService.java

@@ -629,6 +629,7 @@ public class OutboundSaleReturnService extends BaseService<Outbound> {
                         outboundItem.setPriceOut(outboundItemVO.getPriceOut());
                         outboundItem.setCostPrice(outboundItemVO.getCostPrice());
                         outboundItem.setCostAmt(outboundItemVO.getCostAmt());
+                        outboundItem.setWhId(outboundItemVO.getWhId());
                         //修改
                         outboundItemMapper.update(outboundItem,
                                 new UpdateWrapper<OutboundItem>().lambda()