|
@@ -468,7 +468,8 @@ class Role extends BaseController
|
|
|
|
|
|
$action = APModel::where([
|
|
|
'is_del' => APModel::$is_del_normal,
|
|
|
- 'status' => APModel::$status_normal
|
|
|
+ 'status' => APModel::$status_normal,
|
|
|
+ 'operation_type' => APModel::$operation_type_approval
|
|
|
])->whereIn('id', $action_data)
|
|
|
->field('id,process_id,order_process,status_name')
|
|
|
->cursor();
|