generated from liutk/owl-admin-base
admin workflow
parent
80b03671e8
commit
57fd08dc41
|
|
@ -188,9 +188,9 @@ class WorkFlowService extends BaseService
|
|||
]);
|
||||
$log->update(['check_status' => CheckStatus::Processing]);
|
||||
// 自动审核通过
|
||||
// if ($this->authCheck($check->employee, $log)) {
|
||||
// return $this->check($check->employee, $log, true, ['remarks' => '自动审核通过']);
|
||||
// }
|
||||
if ($this->authCheck($check->employee, $log)) {
|
||||
return $this->check($check->employee, $log, true, ['remarks' => '自动审核通过']);
|
||||
}
|
||||
} else {
|
||||
// 没有审核流程了, 审核完成
|
||||
return $this->success($check);
|
||||
|
|
|
|||
Loading…
Reference in New Issue