小程序接口战败客户移除cs_biz_id判断

This commit is contained in:
lcc
2025-08-07 18:02:57 +08:00
parent 9dab8fb8ad
commit db3e10663e
+1 -1
View File
@@ -1338,7 +1338,7 @@ class Customers extends Wxapp
$size = $params['size'];
!$page && $page = 1;
!$size && $size = 10;
$where = array('biz_id' => $this->biz_id, 'cs_biz_id<>' => 1, 'if_defeat' => 1, 'status>' => -1);
$where = array('biz_id' => $this->biz_id, 'if_defeat' => 1, 'status>' => -1);
$count = $this->customers_model->count($where);
$lists = [];
if ($count) {