审批
This commit is contained in:
parent
7a74b82b9c
commit
28b3ae8015
@ -17,7 +17,7 @@ class ApproveController extends BaseApiController
|
|||||||
|
|
||||||
public function approveType()
|
public function approveType()
|
||||||
{
|
{
|
||||||
$list = Db::name('flow_type')->where(['status' => 1])->field(['id,name'])->select()->toArray();
|
$list = Db::name('flow_type')->where(['status' => 1])->field(['id, title'])->select()->toArray();
|
||||||
return $this->success('成功', $list);
|
return $this->success('成功', $list);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user