|
|
@ -1020,7 +1020,7 @@ class CompanyStatementPoolController extends ThinkController
|
|
|
|
if(isset($v['verify_log']['payment_time'])) unset($v['verify_log']['payment_time']);
|
|
|
|
if(isset($v['verify_log']['payment_time'])) unset($v['verify_log']['payment_time']);
|
|
|
|
|
|
|
|
|
|
|
|
$v['verify_log'] = json_encode($v['verify_log']);
|
|
|
|
$v['verify_log'] = json_encode($v['verify_log']);
|
|
|
|
$v['verify_status']=0;
|
|
|
|
$v['verify_status']=6;
|
|
|
|
$this->DBModel->save($v);
|
|
|
|
$this->DBModel->save($v);
|
|
|
|
addOperationLog(['op_type'=>1,'key'=>$v['id'],"op_name"=>"审批撤回",'url'=>U('lists')]);
|
|
|
|
addOperationLog(['op_type'=>1,'key'=>$v['id'],"op_name"=>"审批撤回",'url'=>U('lists')]);
|
|
|
|
}
|
|
|
|
}
|
|
|
|