@Query(value = "select * from `ORDER` o where o.basket_id= ?1", nativeQuery = true) Optional<Order> getOrderByBasketId(Long basketId);.
確定! 回上一頁