This commit is contained in:
xiaoyu
2025-05-09 15:16:12 +08:00
parent 7084b8ca74
commit 5a626de9a4
+1 -1
View File
@@ -573,7 +573,7 @@ class Customer extends HD_Controller
if ($this->admin_biz_str) {
$where["biz_id in ($this->admin_biz_str)"] = null;
}else{
$this->belong && $where["biz_id in(select id from lc_biz where province_id={$this->limit_province_id}))"] = null;
$this->belong && $where["biz_id in(select id from lc_biz where province_id=".$this->limit_province_id.")"] = null;
}
return $where;
}