update
This commit is contained in:
parent
70380e97a8
commit
00c11804b7
@ -720,7 +720,7 @@
|
|||||||
if(empty($data)){
|
if(empty($data)){
|
||||||
return $this->success('申请信息不存在');
|
return $this->success('申请信息不存在');
|
||||||
}
|
}
|
||||||
if($data['check_status'] !== 2){
|
if($data['check_status'] != 2 && $data['check_status'] != 5 ){
|
||||||
return $this->success('当前申请未审核通过');
|
return $this->success('当前申请未审核通过');
|
||||||
}
|
}
|
||||||
$update_data = [
|
$update_data = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user