|
|
|
|
@ -110,6 +110,7 @@ public function UploadPdf(Request $request)
|
|
|
|
|
->where([
|
|
|
|
|
'tijian_num' => $decrypted_data['tijian_num'],
|
|
|
|
|
'institution_id' => $res['data']->id,
|
|
|
|
|
'is_del' => 0,
|
|
|
|
|
])->orderBy('id', 'desc')->first();
|
|
|
|
|
if (!$checkupInfo) {
|
|
|
|
|
return \Yz::echoError1("体检号不存在");
|
|
|
|
|
|