public bool checkEditor(int pid, int uid) { if (personDao.checkEditor(pid, uid) > 0) { return(true); } else { return(false); } }