1
0

mode_custfuwuAction.php 404 B

123456789101112131415161718192021
  1. <?php
  2. /**
  3. * 此文件是流程模块【custfuwu.客户服务】对应控制器接口文件。
  4. */
  5. class mode_custfuwuClassAction extends inputAction{
  6. protected function savebefore($table, $arr, $id, $addbo){
  7. $rows['dtype'] = '1';//一定要是1,不能去掉
  8. return array(
  9. 'rows'=>$rows
  10. );
  11. }
  12. protected function saveafter($table, $arr, $id, $addbo){
  13. }
  14. }
粤ICP备19079148号