This commit is contained in:
hujiabin 2022-11-11 11:07:06 +08:00
parent 498820752b
commit 7e9aa3bdc4

View File

@ -23,8 +23,8 @@ class ChipPlugin extends BaseModel
$temp = array( $temp = array(
$row['chip1'],$row['chip2'],$row['chip3'],$row['chip4'] $row['chip1'],$row['chip2'],$row['chip3'],$row['chip4']
); );
$chips = array_filter($temp); // $chips = array_filter($temp);
} }
return implode('|',$chips); return implode('|',$temp);
} }
} }