This commit is contained in:
xiaoyu
2025-05-09 15:14:01 +08:00
parent d5d39ec07d
commit 7084b8ca74
+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["belong_id"] = $this->belong;
$this->belong && $where["biz_id in(select id from lc_biz where province_id={$this->limit_province_id}))"] = null;
}
return $where;
}