修复派单发短信
This commit is contained in:
@@ -1334,7 +1334,7 @@ class Clues extends HD_Controller
|
||||
$this->customers_entity->syn_clues($customers_id, $re['id']);
|
||||
//短信通知店长
|
||||
$this->load->model('app/licheb/app_licheb_users_model');
|
||||
$where = array('biz_id' => $biz['biz_id'], 'status' => 1, 'group_id' => 2);
|
||||
$where = array('biz_id' => $biz['id'], 'status' => 1, 'group_id' => 2);
|
||||
$res_u = $this->app_licheb_users_model->select($where);
|
||||
if ($res_u) {
|
||||
foreach ($res_u as $v) {
|
||||
|
||||
Reference in New Issue
Block a user