|
|
@@ -250,7 +250,7 @@ public class KwpLedgerLogisticsController {
|
|
|
logisticsReq.setUnitTypeTwo(LogisticsUnitType.SHIPPER);
|
|
|
List<LedgerLogisticsDto> list = kwpLedgerLogisticsService.exportList(logisticsReq, logisticsReq.getIdList());
|
|
|
if (CollectionUtils.isEmpty(list)) {
|
|
|
- return HttpResult.error("没有可导出的数据");
|
|
|
+ return HttpResult.error("暂无数据,请确认");
|
|
|
}
|
|
|
List<LedgerLogisticsVo> collect = list.stream().map(a -> {
|
|
|
LedgerLogisticsVo ledgerLogisticsVo = new LedgerLogisticsVo();
|
|
|
@@ -275,7 +275,7 @@ public class KwpLedgerLogisticsController {
|
|
|
logisticsReq.setUnitTypeTwo(LogisticsUnitType.CARRIER);
|
|
|
List<LedgerLogisticsDto> list = kwpLedgerLogisticsService.exportList(logisticsReq, logisticsReq.getIdList());
|
|
|
if (CollectionUtils.isEmpty(list)) {
|
|
|
- return HttpResult.error("没有可导出的数据");
|
|
|
+ return HttpResult.error("暂无数据,请确认");
|
|
|
}
|
|
|
List<LedgerLogisticsVo> collect = list.stream().map(a -> {
|
|
|
LedgerLogisticsVo ledgerLogisticsVo = new LedgerLogisticsVo();
|