...
|
...
|
@@ -1846,9 +1846,9 @@ class User extends Api |
|
|
*/
|
|
|
public function record(){
|
|
|
$is_work = $this->auth->is_work; //是否在职:0=否,1=是
|
|
|
$where['deletetime']=null;
|
|
|
if ($is_work == 0){ //未入职
|
|
|
$where['status'] = '0';
|
|
|
$where['deletetime']=null;
|
|
|
$inform= new Inform;
|
|
|
$reclist = $inform
|
|
|
->where($where)
|
...
|
...
|
|