From 00e52534a45bd92c358104041cd154a77b5bda42 Mon Sep 17 00:00:00 2001 From: datang Date: Thu, 2 Mar 2023 13:13:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E6=94=B9=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/php.xml | 4 +++- application/crm/model/Business.php | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.idea/php.xml b/.idea/php.xml index a9eba08..1d3bada 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -59,7 +59,9 @@ - + + diff --git a/application/crm/model/Business.php b/application/crm/model/Business.php index 794498b..1430e03 100644 --- a/application/crm/model/Business.php +++ b/application/crm/model/Business.php @@ -728,7 +728,7 @@ class Business extends Common "status_id", 'COUNT(*)' => 'count', 'SUM(`money`)' => 'sum', - 'type_id' +// 'type_id' ]) ->where($where) ->whereNotIn('is_end', '3')