更新oa审批应用

This commit is contained in:
yaooo 2023-11-24 13:50:37 +08:00
parent 1498858d5f
commit 124d2879fb
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ class OaApprove extends ApiController
foreach($list as $k=>$v) {
$list[$k]['create_time'] = date('Y-m-d H:i:s', $v['create_time']);
$list[$k]['update_time'] = date('Y-m-d H:i:s', $v['update_time']);
if ($v['type'] == 6 || $v['type'] == 7) {
$list[$k]['type'] = 3;
}
}
/*
$list[] = [