update
This commit is contained in:
parent
8e49ffd530
commit
ad147fb729
@ -114,7 +114,7 @@
|
||||
return $data->isEmpty() ? '数据不存在' : true;
|
||||
}
|
||||
|
||||
public function checkProject($value): bool|string
|
||||
public function checkContract($value): bool|string
|
||||
{
|
||||
$data = CostApprovedProject::where('id', $value)->findOrEmpty();
|
||||
return $data->isEmpty() ? '合同信息不存在' : true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user