This commit is contained in:
xiaoyu
2025-01-19 22:13:42 +08:00
parent 72e77c37e3
commit e8b77b971b
+1 -1
View File
@@ -63,7 +63,7 @@ class Biz_model extends HD_Model
*/
function type_ary($key = null)
{
$map = array('1' => '空间站', '2' => '车卖场', '3' => '准车卖场', '4' => '二网', '5' => '4类');
$map = array('1' => '空间站', '2' => '车卖场', '3' => '准车卖场', '4' => '二网');
if (!is_null($key)) {
return $map[$key];
}