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){