find($id); if ($info && $info['status'] == 1) { $audit = Dever::param('audit', $data); if ($audit == 2) { # 审核通过 } else { # 审核未通过 } } } }