删除 [syn123] 链接查询

hotfix/远程访问多媒体中心
LiaoYijun 6 years ago
parent ced6cea52e
commit 85299a11db

@ -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();

Loading…
Cancel
Save