(params: any,
sort: any,
filter: any,
match: {
key: string,
type: string
}[])
| 108 | } |
| 109 | |
| 110 | export async function findDoneByOperatorId(params: any, |
| 111 | sort: any, |
| 112 | filter: any, |
| 113 | match: { |
| 114 | key: string, |
| 115 | type: string |
| 116 | }[]) { |
| 117 | return page('/api/query/flowRecord/findDoneByOperatorId', params, sort, filter, match); |
| 118 | } |
| 119 | |
| 120 | |
| 121 | export async function findInitiatedByOperatorId(params: any, |
no test coverage detected