get_ht_user_list改为使用各自的信息表读取数据,因为infoaccessmanage表在各自的信息库中。

hotfix/paypal-note
赵鹏 2 years ago
parent 1793d4a82e
commit 2ca1e6bcfb

@ -408,8 +408,8 @@ class infoAccessmanage_model extends CI_Model
if ($undefined) { if ($undefined) {
$undefined_sql="AND OPI_Code NOT IN (SELECT iam_author FROM infoaccessmanage)"; $undefined_sql="AND OPI_Code NOT IN (SELECT iam_author FROM infoaccessmanage)";
} }
$sql = "SELECT * FROM OperatorInfo WHERE DeleteFlag=0 $undefined_sql"; $sql = "SELECT * FROM tourmanager.dbo.OperatorInfo WHERE DeleteFlag=0 $undefined_sql";
$query = $this->HT229->query($sql); $query = $this->HT->query($sql);
return $query->result(); return $query->result();
} }

Loading…
Cancel
Save