|
|
|
@ -408,7 +408,6 @@ public class DomesticExportInvoiceCkServiceImpl extends ServiceImpl<DomesticExpo |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Page<Map> result = this.baseMapper.queryVatBdk(page, dto); |
|
|
|
|
log.info("返回的结果是:{}",result.getRecords().get(0)); |
|
|
|
|
if (ResultData.isEmpty(result)) { |
|
|
|
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); |
|
|
|
|
for (int i = 0; i < page.getRecords().size(); i++) { |
|
|
|
@ -534,7 +533,6 @@ public class DomesticExportInvoiceCkServiceImpl extends ServiceImpl<DomesticExpo |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Page<Map<String, Object>> result = this.baseMapper.queryVatRzcx(page, dto); |
|
|
|
|
log.info("返回的结果是:{}",result.getRecords().get(0)); |
|
|
|
|
if (ResultData.isEmpty(result)) { |
|
|
|
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); |
|
|
|
|
for (int i = 0; i < page.getRecords().size(); i++) { |
|
|
|
|