Commit 000d2ed6 authored by zw's avatar zw

liaotian

parent 8c84ad38
...@@ -126,7 +126,9 @@ class OBargainModel extends Model ...@@ -126,7 +126,9 @@ class OBargainModel extends Model
return $str; return $str;
} }
foreach ($data as $item) { foreach ($data as $item) {
$str .= "、" . $item["industry_type"]; if(!empty($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