From a1c9c2949e81fed5c3961654a033b9df9351ae57 Mon Sep 17 00:00:00 2001 From: lccsw <1127794702@qq.com> Date: Wed, 25 Aug 2021 14:05:09 +0800 Subject: [PATCH] edit-api-licheb-data --- api/controllers/wxapp/licheb/Customers.php | 1 - 1 file changed, 1 deletion(-) diff --git a/api/controllers/wxapp/licheb/Customers.php b/api/controllers/wxapp/licheb/Customers.php index db771748..13284111 100644 --- a/api/controllers/wxapp/licheb/Customers.php +++ b/api/controllers/wxapp/licheb/Customers.php @@ -147,7 +147,6 @@ class Customers extends Wxapp{ $update['s_id'] = $s_row['id']; $update['brand_id'] = $s_row['brand_id']; } - $s_row && $update['s_id'] = $s_row; if($buy_time){ $this->load->library('receiver/customers_entity'); $update['level'] = $this->customers_entity->cal_level($buy_time);