ソースを参照

Merge branch 'master' of http://s.dev01.dkiboss.com:9001/iBOSS-2.0-Mini/iboss-server-mdm

liuyao 1 年間 前
コミット
c31f36153b

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

@@ -801,6 +801,7 @@ public class OutboundSaleOrderService extends BaseService<Outbound> {
                 outbound.setOutId(outboundVO.getOutId());
                 outbound.setOutQty(sumQty);
                 outbound.setOutAmt(sumAmt);
+                outbound.setAnnexPaths(outboundVO.getAnnexPaths());
                 //修改
                 outboundMapper.update(outbound,
                         new UpdateWrapper<Outbound>().lambda().eq(Outbound::getOutId, UUID.fromString(outbound.getOutId()))
@@ -968,6 +969,7 @@ public class OutboundSaleOrderService extends BaseService<Outbound> {
                 outbound.setOutId(outboundVO.getOutId());
                 outbound.setOutingQty(sumQty);
                 outbound.setOutingAmt(sumAmt);
+                outbound.setAnnexPaths(outboundVO.getAnnexPaths());
                 //修改
                 outboundMapper.update(outbound,
                         new UpdateWrapper<Outbound>().lambda().eq(Outbound::getOutId, UUID.fromString(outbound.getOutId()))