更新细节
This commit is contained in:
parent
fd075dba02
commit
d94b16afbb
|
@ -290,7 +290,6 @@ class OaApprove extends ApiController
|
|||
$res = Db::name('FlowStep')->strict(false)->field(true)->insertAll($flow);
|
||||
}
|
||||
else{
|
||||
halt(123);
|
||||
$aid = Db::name('Approve')->strict(false)->field(true)->insertGetId($param);
|
||||
$flow_step = array(
|
||||
'action_id' => $aid,
|
||||
|
|
Loading…
Reference in New Issue