...
|
...
|
@@ -141,13 +141,14 @@ class StoreInform extends Backend |
|
|
"keyword2" => '审核通过',
|
|
|
"remark" => ['点击查看详情','#FF0000'],
|
|
|
);
|
|
|
$store = $row->store;
|
|
|
$house_ids = trim($store->house_ids,',');
|
|
|
// 推广社区
|
|
|
$house_ids = trim($row->house_ids,',');
|
|
|
// 该店铺投放广告的小区业主ID
|
|
|
$user_id_arr = \app\api\model\UserHouse::where('status',2)
|
|
|
->where('house_id','in',$house_ids)
|
|
|
->column('user_id');
|
|
|
if(!empty($user_id_arr)){
|
|
|
$store = $row->store;
|
|
|
$send_data1 = array(
|
|
|
"first" => '你家小区附近有商家发福利啦,快来领取!',
|
|
|
"keyword1" => $store->store_name,
|
...
|
...
|
|