From cf1bdfc91574489a35d78e600845598f8be764bc Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Wed, 30 Aug 2023 17:20:34 +0800 Subject: [PATCH] neta --- home/controllers/h5/market/sylive2/Act.php | 4 +--- home/controllers/h5/market/sylive2/Item.php | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/home/controllers/h5/market/sylive2/Act.php b/home/controllers/h5/market/sylive2/Act.php index 2181f69d..dae8eceb 100644 --- a/home/controllers/h5/market/sylive2/Act.php +++ b/home/controllers/h5/market/sylive2/Act.php @@ -623,10 +623,8 @@ class Act extends Wx { $dlrCode = $biz['comments']; } - $cusSource3 = ''; - $data[] = array( - 'cusSource3' => $cusSource3, + 'cusSource3' => '011403', 'customerName' => "活动客户", 'dealerCode' => $dlrCode, 'fromSystem' => "好店云", diff --git a/home/controllers/h5/market/sylive2/Item.php b/home/controllers/h5/market/sylive2/Item.php index 4e10215e..4381a989 100644 --- a/home/controllers/h5/market/sylive2/Item.php +++ b/home/controllers/h5/market/sylive2/Item.php @@ -250,10 +250,8 @@ class Item extends Wx{ $dlrCode = $biz['comments']; } - $cusSource3 = ''; - $data[] = array( - 'cusSource3' => $cusSource3, + 'cusSource3' => '011403', 'customerName' => "活动客户", 'dealerCode' => $dlrCode, 'fromSystem' => "好店云",