@@ -58,7 +58,7 @@ class ProcessWait extends Model
}
//如果是系统节点,不写入待办已办数据
- if($info['operation_type'] == ActionProcess::$operation_type_approval) return true;
+ if($info['operation_type'] == ActionProcess::$operation_type_system) return true;
//如果是以下4个流程,还需要判断对应供应商是否开通账号,如果开通的话就不推送待办已办数据
if (in_array($data['order_type'], ['CKD', 'RKD', 'CGD', 'SPCB'])) {