Commit 9ba97f16 authored by hujun's avatar hujun

1

parent c4eb5b9d
......@@ -173,6 +173,10 @@ class JobTask
foreach ($houseList as $key=>$item) {
$tmp_data = json_decode($item['landlord_phone'], true);
foreach ($tmp_data as $k=>$v) {
$num = $this->g_landlord_phone->getTotal(['house_id'=>$item['house_id'],'phone'=>$v['phone'], 'status'=>0]);
if ($num) {
continue;
}
$data['house_id'] = $item['house_id'];
$data['name'] = $v['name'];
$data['phone'] = $v['phone'];
......
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