|
@@ -3295,6 +3295,15 @@ class CameraApiController extends BaseController
|
|
|
}
|
|
|
}
|
|
|
// $res['table_list'] = $coal_list;
|
|
|
+// foreach($res["ziying_list"] as $key => $value){
|
|
|
+// $content = substr($value["content"], 0, -3);
|
|
|
+// $res["ziying_list"][$key]["content"] =$content;
|
|
|
+// }
|
|
|
+ for ($i = 0; $i < count($res["ziying_list"]); $i++) {
|
|
|
+ $content = $res["ziying_list"][$i]['content'];
|
|
|
+ $content = substr($content, 0, -3);
|
|
|
+ $res["ziying_list"][$i]['content'] = $content;
|
|
|
+ }
|
|
|
|
|
|
if ($res['gao'] > 0) {
|
|
|
$risk_gao_info = '(其中:';
|