From cba3353c91c3d5393624a2c4ff131e3b6b91a6f0 Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Thu, 9 Nov 2023 15:34:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8F=91=E7=A5=A8=E5=88=B0?= =?UTF-8?q?=E8=B4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/controller/OaApprove.php | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/app/api/controller/OaApprove.php b/app/api/controller/OaApprove.php index 7369afa..a556911 100644 --- a/app/api/controller/OaApprove.php +++ b/app/api/controller/OaApprove.php @@ -85,21 +85,6 @@ class OaApprove extends ApiController "update_time" => "2022-01-10 16:21:32" ]; } - $auth = isAuthIncome($uid); - if ($auth) { - $list[] = [ - "id" => 9999, - "type" => 3, - "title" => "发票到账", - "name" => "daozhang", - "icon" => "icon-daozhang", - "img" => "https://lihai001.oss-cn-chengdu.aliyuncs.com/public/kk/oa/renliziyuan.png", - "department_ids" => "", - "status" => 1, - "create_time" => "2022-01-10 16:21:32", - "update_time" => "2022-01-10 16:21:32" - ]; - } $this->apiSuccess('获取成功', $list); }