修复派单发短信

This commit is contained in:
lccsw
2025-11-12 20:17:50 +08:00
parent a805235392
commit 0f4675bcd9
+1 -1
View File
@@ -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) {