更新细节
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);
|
$res = Db::name('FlowStep')->strict(false)->field(true)->insertAll($flow);
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
halt(123);
|
|
||||||
$aid = Db::name('Approve')->strict(false)->field(true)->insertGetId($param);
|
$aid = Db::name('Approve')->strict(false)->field(true)->insertGetId($param);
|
||||||
$flow_step = array(
|
$flow_step = array(
|
||||||
'action_id' => $aid,
|
'action_id' => $aid,
|
||||||
|
|
Loading…
Reference in New Issue