From 323b8081354354e6b07fd535d6dcf7c2e6d20173 Mon Sep 17 00:00:00 2001 From: lccsw <1127794702@qq.com> Date: Fri, 26 Nov 2021 10:56:11 +0800 Subject: [PATCH] edit-api-constract --- api/controllers/wxapp/licheb/Protocol.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}