作者 何书鹏
1 个管道 的构建 通过 耗费 45 秒

通知bug修改

... ... @@ -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)
... ...