Browse Source

【发票红冲状态查询、红票获取和PDF下载】

wuyx 2 years ago
parent
commit
c035ffd353
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/uas/eis/task/ElecInvoiceTask.java

+ 1 - 1
src/main/java/com/uas/eis/task/ElecInvoiceTask.java

@@ -220,7 +220,7 @@ public class ElecInvoiceTask {
                         "from Invoiceorder where exists (Select 1 from ElecInvoice " +
                         //有红字确认单 但是没有获取到发票号的
                         "   where ei_ioid = io_id and nvl(EI_INVOICETYPE,'1') = '1' and ei_redapplyid is not null and EI_RELATIVEREFNO is null and nvl(EI_BILLSTATUS,' ') in (' ','02','03') " +
-                        " and io_code = 'SZ23070006' " +
+//                        " and io_code = 'SZ23070006' " +
                         ")) where rownum <= 100");
                 logger.info("ElecI-DownLoad: master: {} size: {} ",master,ioList.getResultList().size());
                 while (ioList.next()){