Wangyafan 4 달 전
부모
커밋
b0db596e20
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/java/com/sunxung/factoring/service/underlying/impl/UnderlyingBasicInfoServiceImpl.java

+ 2 - 2
src/main/java/com/sunxung/factoring/service/underlying/impl/UnderlyingBasicInfoServiceImpl.java

@@ -171,8 +171,8 @@ public class UnderlyingBasicInfoServiceImpl extends ServiceImpl<UnderlyingBasicI
                                                                 .eq("approval_conclusion","pass"));
                                                 if (invoiceApproval != null) {
                                                     InvoiceApproval invoiceApprovalData = invoiceApprovalService.getView(invoiceApproval.getId());
-                                                    fileStorageList.addAll(invoiceApprovalData.getSettlementFile());
-                                                    fileStorageList.addAll(invoiceApprovalData.getSettlementUpstreamSignedFile());
+//                                                    fileStorageList.addAll(invoiceApprovalData.getSettlementFile());
+//                                                    fileStorageList.addAll(invoiceApprovalData.getSettlementUpstreamSignedFile());
                                                 }
                                             }
                                     );