This commit is contained in:
weiz 2024-05-27 20:03:55 +08:00
parent 1d39f3c5ab
commit 52868c6346

View File

@ -64,7 +64,7 @@
'action_id' => $aid, 'action_id' => $aid,
'flow_uids' => $params['check_admin_ids'], 'flow_uids' => $params['check_admin_ids'],
'create_time' => time(), 'create_time' => time(),
'type' => 2 'type' => 3
); );
Db::name('oa_flow_step')->strict(false)->field(true)->insertGetId($flow_step); Db::name('oa_flow_step')->strict(false)->field(true)->insertGetId($flow_step);
} }