wangliang 2 роки тому
батько
коміт
060921f4a0

+ 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