Commit 000d2ed6 authored by zw's avatar zw

liaotian

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