|
@@ -4494,7 +4494,8 @@ class CameraApiController extends BaseController
|
|
|
$level_total = '';
|
|
|
if ($gao > 0) $level_total .= '高风险'.$gao."项\n";
|
|
|
if ($zhong > 0) $level_total .= '中风险'.$zhong."项\n";
|
|
|
- if ($di > 0) $level_total .= '低风险'.$di.'项';
|
|
|
+ if ($di > 0) $level_total .= '低风险'.$di."项\n";
|
|
|
+ $level_total = substr($level_total, 0, -2);
|
|
|
|
|
|
$wwdw_num = count($wwdw);
|
|
|
$sgdd_num = count($sgdd);
|