@ -1280,6 +1280,7 @@ public class OpenOrderServiceImpl implements IOpenOrderService {
Map<String, Object> map = new HashMap<>();
map.put("waybillId", waybillId);
map.put("waybillNo", waybillNo);
return R.data(map);
}