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