From 2a6e3818a6fdbfdbfad1a7c86eea4cd9e3f08c49 Mon Sep 17 00:00:00 2001 From: hdm Date: Thu, 2 Feb 2023 10:53:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E7=8A=B6=E6=80=81bug?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/customer/model/Customer.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/customer/model/Customer.php b/app/customer/model/Customer.php index 61814be..a48d04b 100644 --- a/app/customer/model/Customer.php +++ b/app/customer/model/Customer.php @@ -12,6 +12,7 @@ use think\Model; class Customer extends Model { + protected $autoWriteTimestamp=false; const ZERO = 0; const ONE = 1; const TWO = 2; @@ -26,7 +27,8 @@ class Customer extends Model self::ONE => '新进客户', self::TWO => '跟进客户', self::THREE => '正式客户', - self::FORE => '流失客户' + self::FORE => '流失客户', + self::FIVE => '已成交客户', ]; public static $IntentStatus = [ self::ZERO => '未设置',