Commit ecb8314a authored by clone's avatar clone

bug

parent 8e64c95b
...@@ -125,7 +125,7 @@ class OBargainModel extends Model ...@@ -125,7 +125,7 @@ class OBargainModel extends Model
return $str; return $str;
} }
foreach ($data as $item){ foreach ($data as $item){
$str .= " " . $item["industry_type"]; $str .= "" . $item["industry_type"];
} }
return $str; return $str;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment