Browse Source

BUG修改

wangliang 2 years ago
parent
commit
060921f4a0
1 changed files with 2 additions and 1 deletions
  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