admin_customer_1014

This commit is contained in:
dengbw
2021-10-14 23:52:27 +08:00
committed by xiaoyu
parent cdd75a2a27
commit a3008a36b8
+1
View File
@@ -97,6 +97,7 @@ class Customer extends HD_Controller
$rows_lcb = $this->app_licheb_users_model->select($where_lcb, 'id desc', 0, 0, 'id');
if ($rows_lcb) {
$str_ids = implode(',', array_column($rows_lcb, 'id'));
$str_ids = $str_ids . ',0';
$where["admin_id in({$str_ids})"] = null;
} else {
$where['admin_id'] = -1;