|
|
@ -551,7 +551,6 @@ public class DomesticExportCustomsCkServiceImpl extends ServiceImpl<DomesticExpo |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
Page<Map> result = this.baseMapper.queryRzcxByPage(page, dto); |
|
|
|
Page<Map> result = this.baseMapper.queryRzcxByPage(page, dto); |
|
|
|
log.info("获取的结果为:{}",page.getRecords().get(0)); |
|
|
|
|
|
|
|
if (ResultData.isEmpty(result)) { |
|
|
|
if (ResultData.isEmpty(result)) { |
|
|
|
for (int i = 0; i < page.getRecords().size(); i++) { |
|
|
|
for (int i = 0; i < page.getRecords().size(); i++) { |
|
|
|
Map<String, Object> map = result.getRecords().get(i); |
|
|
|
Map<String, Object> map = result.getRecords().get(i); |
|
|
|