shiyunteng
2026-06-08 a0974f04b5a83e3ab152ce79e53f180e7b496165
platformx-business-finance-biz/src/main/java/com/by4cloud/platformx/business/service/impl/OutBoundServiceImpl.java
@@ -384,6 +384,7 @@
      contractOutBound.setOutBoundAttNames(addDTO.getOutBoundAttNames());
      contractOutBound.setOutBoundAttPaths(addDTO.getOutBoundAttPaths());
      contractOutBound.setOutBoundId(outBoundId);
      contractOutBound.setInvoiceStatus("0");
      contractOutBoundMapper.insert(contractOutBound);
      if (StrUtil.isEmpty(contract.getContractCategory())){
         if (DateUtil.compare(addDTO.getOutBoundTime(),contract.getExpirationDate())>0){