This commit is contained in:
weiz 2024-05-29 16:32:49 +08:00
parent 70380e97a8
commit 00c11804b7

View File

@ -720,7 +720,7 @@
if(empty($data)){
return $this->success('申请信息不存在');
}
if($data['check_status'] !== 2){
if($data['check_status'] != 2 && $data['check_status'] != 5 ){
return $this->success('当前申请未审核通过');
}
$update_data = [