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