add order route
This commit is contained in:
@@ -7,7 +7,7 @@ function bookid_kuri($slug) {
|
||||
|
||||
$query = "
|
||||
SELECT
|
||||
`price_id`, `pricename`, `categoryname`, `categoryslug`, price.category_id AS category_id, `BeginDate`, `priceanons`, `priceimg`, `pricehash`, `price`, `sub`
|
||||
`price_id`, `pricename`, `categoryname`, `priceslug`, `categoryslug`, price.category_id AS category_id, `BeginDate`, `priceanons`, `priceimg`, `pricehash`, `price`, `offline_price`, `sub`
|
||||
FROM
|
||||
`price`
|
||||
LEFT JOIN `pricecategory`
|
||||
|
||||
Reference in New Issue
Block a user