Эх сурвалжийг харах

通话申请新加cancel状态

wangliang 2 жил өмнө
parent
commit
7e5baeef03

Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 0 - 231
logs/themis-admin.log


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 0 - 176
logs/themis-exam.log


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 0 - 412
logs/themis-task.log


+ 2 - 0
themis-admin/src/main/java/com/qmth/themis/admin/api/TIeInvigilateController.java

@@ -128,6 +128,8 @@ public class TIeInvigilateController {
             if (Objects.nonNull(invigilateListVideoBeanList) && invigilateListVideoBeanList.size() > 0) {
             if (Objects.nonNull(invigilateListVideoBeanList) && invigilateListVideoBeanList.size() > 0) {
                 ExamCacheBean finalExamCacheBean = examCacheBean;
                 ExamCacheBean finalExamCacheBean = examCacheBean;
                 invigilateListVideoBeanList.forEach(s -> {
                 invigilateListVideoBeanList.forEach(s -> {
+                    s.setBasePhotoPath(
+                            ossUtil.getAliYunOssPublicDomain().getPublicUrl() + File.separator + s.getBasePhotoPath());
                     List<String> monitorVideoSourceList = null;
                     List<String> monitorVideoSourceList = null;
                     if (Objects.nonNull(s.getMonitorVideoSource()) && !Objects.equals(s.getMonitorVideoSource().trim().replaceAll(" ", ""), "")) {
                     if (Objects.nonNull(s.getMonitorVideoSource()) && !Objects.equals(s.getMonitorVideoSource().trim().replaceAll(" ", ""), "")) {
                         monitorVideoSourceList = Arrays.asList(s.getMonitorVideoSource().trim().toUpperCase().replaceAll(" ", "").split(","));
                         monitorVideoSourceList = Arrays.asList(s.getMonitorVideoSource().trim().toUpperCase().replaceAll(" ", "").split(","));

+ 11 - 0
themis-business/src/main/java/com/qmth/themis/business/bean/admin/InvigilateListVideoBean.java

@@ -118,6 +118,17 @@ public class InvigilateListVideoBean implements Serializable {
     @ApiModelProperty(name = "开启转录的视频源")
     @ApiModelProperty(name = "开启转录的视频源")
     private String monitorRecord;
     private String monitorRecord;
 
 
+    @ApiModelProperty(value = "考生底照地址")
+    private String basePhotoPath;
+
+    public String getBasePhotoPath() {
+        return basePhotoPath;
+    }
+
+    public void setBasePhotoPath(String basePhotoPath) {
+        this.basePhotoPath = basePhotoPath;
+    }
+
     public String getMonitorRecord() {
     public String getMonitorRecord() {
         return monitorRecord;
         return monitorRecord;
     }
     }

+ 2 - 1
themis-business/src/main/resources/mapper/TOeExamRecordMapper.xml

@@ -159,7 +159,8 @@
         s.name,
         s.name,
         s.course_name as courseName,
         s.course_name as courseName,
         s.course_code as courseCode,
         s.course_code as courseCode,
-        tes.mobile_number as mobileNumber
+        tes.mobile_number as mobileNumber,
+        tes.base_photo_path as basePhotoPath
         from
         from
         t_e_exam_student s
         t_e_exam_student s
         left join t_e_exam tee on
         left join t_e_exam tee on

Энэ ялгаанд хэт олон файл өөрчлөгдсөн тул зарим файлыг харуулаагүй болно