Commit 908e59b2 authored by 蔡闯's avatar 蔡闯

2021-6-25

parent 9a411729
......@@ -37,9 +37,9 @@ class Message extends Base
if($v['business']) {
$bus_ids = explode(',',$v['business']);
$bus_name = Db::name('business')->whereIn('id',$bus_ids)->column('name');
$data[$k]['business'] = implode('/',$bus_name);
$list[$k]['business'] = implode('/',$bus_name);
} else {
$data[$k]['business'] = "";
$list[$k]['business'] = "";
}
}
$count = Db::name('message')->count();
......
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