小程序接口战败客户移除cs_biz_id判断
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user