@@ -228,6 +228,8 @@ class Audit extends BaseController
'admin_time' => time(),
'admin_id' => $request->adminInfo['id'],
]);
+ //删除以前的资料
+ (new TypeAudit)->where('uid', $certData['uid'])->where("id","<>",$certData["id"])->delete();
return app('json')->success('操作成功');
}
//审核驳回