edit-api-licheb-data
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user