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);