From 7e9aa3bdc478422f9343d7fec23a1985b488a9e0 Mon Sep 17 00:00:00 2001 From: hujiabin Date: Fri, 11 Nov 2022 11:07:06 +0800 Subject: [PATCH] 1 --- webapp/models/ChipPlugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/models/ChipPlugin.php b/webapp/models/ChipPlugin.php index 26fa7cbb..496c0d6e 100644 --- a/webapp/models/ChipPlugin.php +++ b/webapp/models/ChipPlugin.php @@ -23,8 +23,8 @@ class ChipPlugin extends BaseModel $temp = array( $row['chip1'],$row['chip2'],$row['chip3'],$row['chip4'] ); - $chips = array_filter($temp); +// $chips = array_filter($temp); } - return implode('|',$chips); + return implode('|',$temp); } } \ No newline at end of file