|
@@ -655,7 +655,7 @@ public class KwpLedgerLogisticsService extends AbsLedger {
|
|
|
if (Objects.equals(logisticsReq.getUnitType(), LogisticsUnitType.SHIPPER)) {
|
|
if (Objects.equals(logisticsReq.getUnitType(), LogisticsUnitType.SHIPPER)) {
|
|
|
map = logisticsMapper.countSendOrder(logisticsReq, authUserIdList);
|
|
map = logisticsMapper.countSendOrder(logisticsReq, authUserIdList);
|
|
|
} else {
|
|
} else {
|
|
|
- map = logisticsMapper.countSendOrder(logisticsReq, authUserIdList);
|
|
|
|
|
|
|
+ map = logisticsMapper.countAuditOrder(logisticsReq, authUserIdList);
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
TableTop ledgerCountVo;
|
|
TableTop ledgerCountVo;
|