0806
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ $total = (int)$stmt->fetchColumn();
|
||||
$offset = ($page - 1) * $limit;
|
||||
$stmt = $pdo->prepare(
|
||||
"SELECT sa.id, sa.owner_type, sa.owner_id, sa.platform, sa.account_id, sa.profile_url,
|
||||
sa.remark, sa.is_primary, sa.is_active, sa.created_at,
|
||||
sa.remark, sa.is_primary, sa.is_defult, sa.is_active, sa.created_at,
|
||||
mca.account_level, mca.content_categories, mca.follower_count, mca.avg_read_count,
|
||||
mca.certification_type, mca.special_requirements, mca.media_remark,
|
||||
CASE sa.owner_type
|
||||
|
||||
Reference in New Issue
Block a user