删除 syn123 前缀

hotfix/远程访问多媒体中心
LiaoYijun 6 years ago
parent e7fdceab1f
commit 68cada9a57

@ -8,7 +8,7 @@ class Order_model extends CI_Model {
public function get_order_by_id($order_id) { public function get_order_by_id($order_id) {
$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