修改生成短信时的计算错误问题

dev
曾超新 5 years ago
parent c022865219
commit 373d6e2dac
  1. 2
      frontend/controllers/CarController.php

@ -4255,7 +4255,7 @@ class CarController extends BaseController
$msg .= '交强、'; $msg .= '交强、';
if($total3 > 0) { if($total3 > 0) {
$msg .= '车船税、'; $msg .= '车船税、';
$tmp_total += $total3; // $tmp_total += $total3;
} }
// $msg .= '商业'.$total1.'元'; // $msg .= '商业'.$total1.'元';
// $msg .= '总计'.($total_all).'元,'; // $msg .= '总计'.($total_all).'元,';

Loading…
Cancel
Save