Commit b2d9a360 authored by hujun's avatar hujun

array

parent ef149a7d
...@@ -281,7 +281,7 @@ class HouseService ...@@ -281,7 +281,7 @@ class HouseService
//剩余商铺为0下架 //剩余商铺为0下架
if (isset($data['residue_num']) || isset($data['total'])) { if (isset($data['residue_num']) || isset($data['total'])) {
if (empty($data['residue_num']) || empty($data['total'])) { if (empty($data['residue_num']) || empty($data['total'])) {
$this->push->record(1, [0 => $house_id], 0, $agent_id); //记录推送信息 $this->push->record(1, [0 => $house_id], [0], $agent_id); //记录推送信息
} }
} }
} }
......
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