信呼OA版本v2.3.8
This commit is contained in:
22
webmain/model/flow/hrredundModel.php
Normal file
22
webmain/model/flow/hrredundModel.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
/**
|
||||
* 人事模块.离职的
|
||||
*/
|
||||
class flow_hrredundClassModel extends flowModel
|
||||
{
|
||||
//审核完成处理
|
||||
protected function flowcheckfinsh($zt){
|
||||
m('hr')->hrrun();
|
||||
}
|
||||
|
||||
protected function flowbillwhere($uid, $lx)
|
||||
{
|
||||
$key = $this->rock->post('key');
|
||||
$where = '';
|
||||
if($key!='')$where.=" and (b.udeptname like '%$key%' or b.`uname` like '%$key%')";
|
||||
return array(
|
||||
'keywhere' => $where,
|
||||
'leftbill' => 1
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user