diff --git a/api/controllers/wxapp/licheb/Protocol.php b/api/controllers/wxapp/licheb/Protocol.php index 7b285576..528df939 100644 --- a/api/controllers/wxapp/licheb/Protocol.php +++ b/api/controllers/wxapp/licheb/Protocol.php @@ -292,8 +292,8 @@ class Protocol extends CI_Controller{ $old_version = $attr_rows[$opt_row['v_id']] ? $attr_rows[$opt_row['v_id']][0]['title'] : ''; $old_cor = $attr_rows[$opt_row['cor_id']] ? $attr_rows[$opt_row['cor_id']][0]['title'] : ''; $old_incor = $attr_rows[$opt_row['incor_id']] ? $attr_rows[$opt_row['incor_id']][0]['title'] : ''; - $new_car = "{$brand['name']}{$series['name']}{$version}{$cor}{$incor}"; - $old_car = "{$old_brand['name']}{$old_series['name']}{$old_version}{$old_car}{$old_incor}"; + $new_car = "{$brand['name']}{$series['name']}{$version}{$cor}(内饰{$incor})"; + $old_car = "{$old_brand['name']}{$old_series['name']}{$old_version}{$old_cor}(内饰{$old_incor})"; $logs[0] = "购买车型由 {$old_car} 变更为 {$new_car}