跟进记录

This commit is contained in:
“wanyongkang”
2024-10-14 17:54:47 +08:00
parent 21e6268008
commit e24f39e116

View File

@@ -350,7 +350,10 @@ class UserFollow extends Controller
}
$where .= " user_id=".$user_id['Id'].' ';
}
$where .= " AND op_user<>0".' ';
if (!empty($where)) {
$where .= " AND ";
}
$where .= " op_user<>0".' ';
$list = $follow_rcord->getNewRecord($where,"$page,50");
foreach ($list as &$info) {