更新发票到账

This commit is contained in:
yaooo 2023-11-09 15:34:17 +08:00
parent feed1af188
commit cba3353c91
1 changed files with 0 additions and 15 deletions

View File

@ -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);
}