edit-api-licheb-data

This commit is contained in:
lccsw
2021-08-25 14:05:09 +08:00
parent 3aea59ba1e
commit 5d80969dd9
@@ -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);