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());
                                                 }
                                             }
                                     );