ariesy 退税认证-去除数据源

release
yefei 2 years ago
parent 65051c9776
commit 9b71600239
  1. 4
      dxhy-export-domestic/src/main/java/com/dxhy/domestic/service/drawback/impl/DomesticInvoiceDrawbackServiceImpl.java

@ -108,8 +108,6 @@ public class DomesticInvoiceDrawbackServiceImpl implements DomesticInvoiceDrawba
return responseVO; return responseVO;
} }
PageHelper.startPage(dto.getCurrentPage(), dto.getPageSize()); PageHelper.startPage(dto.getCurrentPage(), dto.getPageSize());
dto.setDxhyAdmin(dxhyAdmin);
dto.setDxhyTertiary(dxhyTertiary);
List<ManualAuthenticationListVO> resultList = domesticRecordInvoiceDao.selectByAuthenticationCondition(dto); List<ManualAuthenticationListVO> resultList = domesticRecordInvoiceDao.selectByAuthenticationCondition(dto);
PageInfo<ManualAuthenticationListVO> pageInfo = new PageInfo<>(resultList); PageInfo<ManualAuthenticationListVO> pageInfo = new PageInfo<>(resultList);
int startRow = new Long(pageInfo.getStartRow()).intValue(); int startRow = new Long(pageInfo.getStartRow()).intValue();
@ -343,8 +341,6 @@ public class DomesticInvoiceDrawbackServiceImpl implements DomesticInvoiceDrawba
} }
// dto.setTaxNoList(buyerTaxNoList); // dto.setTaxNoList(buyerTaxNoList);
PageHelper.startPage(dto.getCurrentPage(), dto.getPageSize()); PageHelper.startPage(dto.getCurrentPage(), dto.getPageSize());
dto.setDxhyAdmin(dxhyAdmin);
dto.setDxhyTertiary(dxhyTertiary);
List<AuthenticationCheckListVO> resultList = domesticRecordInvoiceDao.selectByAuthenticationCheckCondition(dto); List<AuthenticationCheckListVO> resultList = domesticRecordInvoiceDao.selectByAuthenticationCheckCondition(dto);
PageInfo<AuthenticationCheckListVO> pageInfo = new PageInfo<>(resultList); PageInfo<AuthenticationCheckListVO> pageInfo = new PageInfo<>(resultList);
int startRow = new Long(pageInfo.getStartRow()).intValue(); int startRow = new Long(pageInfo.getStartRow()).intValue();

Loading…
Cancel
Save