信呼OA版本v2.3.8
This commit is contained in:
15
webmain/flow/input/mode_sealAction.php
Normal file
15
webmain/flow/input/mode_sealAction.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
class mode_sealClassAction extends inputAction{
|
||||
|
||||
|
||||
protected function savebefore($table, $arr, $id, $addbo){
|
||||
|
||||
}
|
||||
|
||||
|
||||
protected function saveafter($table, $arr, $id, $addbo){
|
||||
$name = $arr['name'];
|
||||
m('sealapl')->update("`sealname`='$name'", "`sealid`='$id'");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user