wangliang 2 лет назад
Родитель
Сommit
060921f4a0
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      themis-business/src/main/resources/mapper/TEExamCourseMapper.xml

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

@@ -17,7 +17,8 @@
 		t.hasAnswer,
 		t.hasAudio,
 		if(t.updateName is not null, t.updateName, t.createName) as updateName,
-		if(t.updateTime is not null, t.updateTime, t.createTime) as updateTime
+		if(t.updateTime is not null, t.updateTime, t.createTime) as updateTime,
+        t.mobilePhotoUpload
 		from
 		(
 		select