|
|
@@ -2195,6 +2195,7 @@ public class KwtWaybillOrderV1Service {
|
|
|
KwtLogisticsOrderAddress address = logisticsOrderAddressDao.selectById(amount.getLAddressId());
|
|
|
//运单地址进行统计
|
|
|
queryParams.clear();
|
|
|
+ queryParams.put("unit", logisticsOrder.getUnit());
|
|
|
queryParams.put("lAddressId", amount.getLAddressId());
|
|
|
queryParams.put("passStatus", Global.NUMERICAL_ONE);
|
|
|
WaybillCountVo waybillCount = waybillOrderV1Dao.findTicketCountByAddress(queryParams);
|