dbms_init...1
This commit is contained in:
parent
0a693f49f5
commit
d97d9c9c44
@ -289,7 +289,7 @@ abstract class CommonController extends BaseController
|
|||||||
foreach ($this->getFormFields() as $field) {
|
foreach ($this->getFormFields() as $field) {
|
||||||
$formDatas[$field] = $this->request->getVar($field);
|
$formDatas[$field] = $this->request->getVar($field);
|
||||||
}
|
}
|
||||||
dd($formDatas);
|
// dd($formDatas);
|
||||||
$this->entity = $this->create_process($formDatas);
|
$this->entity = $this->create_process($formDatas);
|
||||||
$this->getService()->getModel()->transCommit();
|
$this->getService()->getModel()->transCommit();
|
||||||
return $this->getResultSuccess();
|
return $this->getResultSuccess();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user