|
|
@ -7,6 +7,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.
|
|
|
|
$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 ConfirmLineInfoTmp
|
|
|
|
from ConfirmLineInfoTmp
|
|
|
|
where
|
|
|
|
where
|
|
|
|