|
|
@ -106,6 +106,9 @@ class CompanyStatementController extends ThinkController
|
|
|
|
if(isset($_REQUEST['company_belong'])){
|
|
|
|
if(isset($_REQUEST['company_belong'])){
|
|
|
|
$map['company_belong'] = $_REQUEST['company_belong'];
|
|
|
|
$map['company_belong'] = $_REQUEST['company_belong'];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if(isset($_REQUEST['company_id'])){
|
|
|
|
|
|
|
|
$map['company_id'] = $_REQUEST['company_id'];
|
|
|
|
|
|
|
|
}
|
|
|
|
if(isset($_REQUEST['verify_status'])){
|
|
|
|
if(isset($_REQUEST['verify_status'])){
|
|
|
|
$map['verify_status'] = $_REQUEST['verify_status'];
|
|
|
|
$map['verify_status'] = $_REQUEST['verify_status'];
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -310,6 +313,7 @@ class CompanyStatementController extends ThinkController
|
|
|
|
$v['verify_log'][$op_pre.'_time']=date("Y-m-d H:i:s");
|
|
|
|
$v['verify_log'][$op_pre.'_time']=date("Y-m-d H:i:s");
|
|
|
|
$v['verify_log'] = json_encode($v['verify_log']);
|
|
|
|
$v['verify_log'] = json_encode($v['verify_log']);
|
|
|
|
$v['verify_status']=$change_status;
|
|
|
|
$v['verify_status']=$change_status;
|
|
|
|
|
|
|
|
$v['op_time'] = time();
|
|
|
|
$this->DBModel->save($v);
|
|
|
|
$this->DBModel->save($v);
|
|
|
|
$opname = $this->VerifyStatus[$change_status];
|
|
|
|
$opname = $this->VerifyStatus[$change_status];
|
|
|
|
addOperationLog(['op_type'=>1,'key'=>$v['id'],"op_name"=>$opname,'url'=>U('lists')]);
|
|
|
|
addOperationLog(['op_type'=>1,'key'=>$v['id'],"op_name"=>$opname,'url'=>U('lists')]);
|
|
|
@ -519,6 +523,7 @@ class CompanyStatementController extends ThinkController
|
|
|
|
$v['verify_log'][$op_pre.'_num']=$num;
|
|
|
|
$v['verify_log'][$op_pre.'_num']=$num;
|
|
|
|
$v['verify_log'] = json_encode($v['verify_log']);
|
|
|
|
$v['verify_log'] = json_encode($v['verify_log']);
|
|
|
|
$v['verify_status']=$change_status;
|
|
|
|
$v['verify_status']=$change_status;
|
|
|
|
|
|
|
|
$v['op_time']=time();
|
|
|
|
$this->DBModel->save($v);
|
|
|
|
$this->DBModel->save($v);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|