This commit is contained in:
weiz 2024-05-27 19:57:24 +08:00
parent 3a24ddc46c
commit 1d39f3c5ab

View File

@ -110,7 +110,7 @@
if($data->isEmpty()){
return '审批流程信息不存在';
}
if($data['type'] != 5){
if($data['type'] != 6){
return '当前审批流信息不属于报销审批类型';
}
return true;