You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$client = $app->db->queryOneRecord("SELECT client_id FROM sys_group, client WHERE sys_group.client_id = client.client_id and sys_group.groupid = $client_group_id");
228
+
$client = $app->db->queryOneRecord("SELECT client_id FROM sys_groupWHERE sys_group.groupid = $client_group_id");
$client = $app->db->queryOneRecord("SELECT client_id FROM sys_group, client WHERE sys_group.client_id = client.client_id and sys_group.groupid = $client_group_id");
268
+
$client = $app->db->queryOneRecord("SELECT client_id FROM sys_groupWHERE sys_group.groupid = $client_group_id");
0 commit comments