|
|
@ -9,7 +9,7 @@ class Order_model extends CI_Model {
|
|
|
|
public function get_order_by_id($order_id) {
|
|
|
|
public function get_order_by_id($order_id) {
|
|
|
|
// [syn123].tourmanager.dbo.
|
|
|
|
// [syn123].tourmanager.dbo.
|
|
|
|
$order_query = $this->hunter->query("select COLI_Name, COLI_OrderDetailText, COLI_OrderStartDate
|
|
|
|
$order_query = $this->hunter->query("select COLI_Name, COLI_OrderDetailText, COLI_OrderStartDate
|
|
|
|
from [syn123].tourmanager.dbo.ConfirmLineInfoTmp
|
|
|
|
from ConfirmLineInfoTmp
|
|
|
|
where
|
|
|
|
where
|
|
|
|
COLI_ID = ?", $order_id);
|
|
|
|
COLI_ID = ?", $order_id);
|
|
|
|
$order_array = $order_query->row_array();
|
|
|
|
$order_array = $order_query->row_array();
|
|
|
|