소스 검색

update logger

deason 2 년 전
부모
커밋
7324bdcb25

+ 1 - 0
examcloud-core-oe-task-service/src/main/java/cn/com/qmth/examcloud/core/oe/task/service/impl/ExamCaptureQueueServiceImpl.java

@@ -95,6 +95,7 @@ public class ExamCaptureQueueServiceImpl implements ExamCaptureQueueService {
         if (studentCache.getPhotoPath().contains("upyun.qmth.com.cn")) {
             // 兼容又拍云旧图片路径
             basePhoto = new ImageBase64Parm(CommonUtils.toBase64(studentCache.getPhotoPath()));
+            log.warn("old data basePhotoUrl:{}", studentCache.getPhotoPath());
         } else {
             String basePhotoUrl = ossClient.valueOfOssFilePath(studentCache.getPhotoPath());
             byte[] basePhotoBytes = ossClient.download(basePhotoUrl);