修改了医生的验证逻辑3344

This commit is contained in:
wucongxing8150 2025-08-01 10:49:36 +08:00
parent eacc43c2d8
commit b19c16e540

View File

@ -630,6 +630,7 @@ public class CaseClinicalVideoService {
qrCodeByte = userService.CreateUserCaseClinicalUnlimitedQrcode(String.valueOf(caseClinicalVideo.getVideoId()),2);
} catch (Exception e) {
// 不处理
throw new BusinessException("-1", e.getMessage());
}
}