Browse Source

退货编辑

于继渤 1 năm trước cách đây
mục cha
commit
998728d76f

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

@@ -630,6 +630,8 @@ public class OutboundSaleReturnService extends BaseService<Outbound> {
                         outboundItem.setCostPrice(outboundItemVO.getCostPrice());
                         outboundItem.setCostAmt(outboundItemVO.getCostAmt());
                         outboundItem.setWhId(outboundItemVO.getWhId());
+                        outboundItem.setNonStdCode(outboundItemVO.getNonStdCode());
+                        outboundItem.setFlgGift(outboundItemVO.getFlgGift());
                         //修改
                         outboundItemMapper.update(outboundItem,
                                 new UpdateWrapper<OutboundItem>().lambda()