SELECT COUNT(*) AS `count` FROM `skin` AS `t` , `skin_status` AS `t1` , `skin_author_personal` AS `t2` WHERE (  t.id=t1.skin_id and t.author_id=t2.id and t1.is_delete = 0 and author_type = 1  )