|
@@ -75,7 +75,8 @@ public class ExamCaptureQueueServiceImpl implements ExamCaptureQueueService {
|
|
|
|
|
|
String cameraInfos = saveExamCaptureQueueInfo.getCameraInfos();
|
|
|
if (StringUtils.isNotBlank(cameraInfos) && cameraInfos.length() >= 800) {
|
|
|
- throw new StatusException("500", "虚拟摄像头信息超长!");
|
|
|
+ cameraInfos = "[{\"name\":\"虚拟摄像头信息超长!\",\"pid\":\"\",\"vid\":\"\"}]";
|
|
|
+ log.error("虚拟摄像头信息超长!");
|
|
|
}
|
|
|
examCaptureQueue.setCameraInfos(cameraInfos);
|
|
|
examCaptureQueue.setExtMsg(saveExamCaptureQueueInfo.getExtMsg());
|